Skip to main content

Contract code

GET 

/api/chain/code/:address

Returns the deployed bytecode at an address via eth_getCode. Empty bytecode means the address is an EOA (wallet); non-empty means it's a contract. Response includes a bytecode_size field for quick classification.

Request

Responses

Successful response