Executes a new message call immediately without creating a transaction on the blockchain. Used for reading contract state.
JSON-RPC Method: eth_call
This endpoint uses the standard Ethereum JSON-RPC 2.0 format.
Optional API key for increased rate limits.
Without API key:
With API key:
Usage: Add apikey=YOUR_KEY to any request query string.
2.0 "2.0"
eth_call "eth_call"
[
{
"to": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"data": "0x70a082310000000000000000000000006E0d01A76C3Cf4288372a29124A26D4353EE51BE"
},
"latest"
]1