post https://api.zan.top/node/v1/core/mainnet/
Returns the compiled smart contract code, if any, at a given address.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Returns the compiled smart contract code, if any, at a given address.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
15curl --request POST \
--url https://api.zan.top/node/v1/core/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getCode",
"params": [
"0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
"latest"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: