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",
"params": [
{
"from": "0x7106CD6432Ab5Fd1C215514C624fFaDeaf667251",
"to": "0xFbfca2179A2e21414B2ac578D2b392835C19d2A1"
},
"latest"
],
"id": 1
}'{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}