EVM RPC API
eth_getCode
Returns the byte code at a given address (if it’s a smart contract).
Parameters
DATA
, 20 Bytes - Address from which to retrieve byte codeTAG
- Integer block number or one of “earliest”, “latest” or “pending”
Returns
DATA
- The byte code (if any) found at the given address
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
Body
application/json