Ethereum API
eth_getCode
Returns the code stored at the given address
post/eth_getCode
Request body
Response
Returns the code at the given address
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}Returns the code stored at the given address
Returns the code at the given address
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}