Eth getCode
Request body sample: {"jsonrpc":"2.0","method":"eth_getCode","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x2"],"id":1}
Body
idintegerOptional
jsonrpcstringOptional
methodstringOptional
Responses
200
OK
application/json
post
POST / HTTP/1.1
Host: eth_getCode
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"id": 1,
"jsonrpc": "text",
"method": "text",
"params": []
}
200
OK
{
"id": 1,
"jsonrpc": "text",
"result": "text"
}