Caducues EVM JSON-RPC
eth
getCode
1min
POST
Authentication
Authorization
Header Parameters
Content-Type
Body Parameters
body
Responses
200
Updated 25 Mar 2024
Did this page help you?
Returns code at a given address.
Parameters
DATA
, 20 Bytes - address
QUANTITY|TAG
- integer block number, or the string "latest"
, "earliest"
or "pending"
, see the default block parameter
params: [
' 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b',
'0x2' // 2
]
Returns
DATA
- the code from the given address.