eth_call
POST
{{GETBLOCK_URL}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_call",
"params": [
{
"from": "0x0000000000000000000000000000000000000000",
"data": "0x70a082310000000000000000000000000000000000000000000000000000000000000000",
"to": "0xdac17f958d2ee523a2206206994597c13d831ec7"
},
"latest"
]
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-04 20:27:56