eth_getCode
Parameters
params: [
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"0x2", // 2
]Returns
// Result
{
"id":1,
"jsonrpc": "2.0",
"result": "0x"
}Last updated
Was this helpful?
params: [
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
"0x2", // 2
]// Result
{
"id":1,
"jsonrpc": "2.0",
"result": "0x"
}Last updated
Was this helpful?
Was this helpful?
curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getCode","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x2"],"id":1}'