eth_call
Executes a new message call immediately without creating a transaction on the block chain.
Last updated
Executes a new message call immediately without creating a transaction on the block chain.
Last updated
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_call",
"id": 1,
"params": [
{
"to": "0x86DABF0Faf64F56fD50f124fE48395634cFfAE7D",
"data": "0x1526fe270000000000000000000000000000000000000000000000000000000000000001"
},
"latest"
]
}'{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}