eth_call
Transactions info | Tempo
eth_call | Tempo
Tempo API method that executes a new message call immediately without creating a transaction on the blockchain. Tempo via Chainstack.
POST
eth_call
Tempo API method that executes a new message call immediately without creating a transaction on the blockchain. This is commonly used to read data from smart contracts, such as TIP-20 token balances.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
callObject— the call object:from— (optional) address the call is sent fromto— the address the call is directed togas— (optional) gas provided for the callgasPrice— (optional) gas price for the callvalue— (optional) value sent with the calldata— (optional) hash of the method signature and encoded parameters
blockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— the return value of the executed contract call
eth_call code examples
The following example queries the balanceOf function on the pathUSD TIP-20 token contract:
Last modified on May 18, 2026