hmy_call
hmy_call
// Request
curl -X POST "https://api.s0.b.hmny.io" --data '{
"jsonrpc": "2.0",
"method": "hmy_call",
"params": [
{
"to": "0x08AE1abFE01aEA60a47663bCe0794eCCD5763c19"
},
"latest"
],
"id": 1
}'
// Result
{
"id":1,
"jsonrpc": "2.0",
"result": "0x"
}Last updated
Was this helpful?