eth_getBalance
Accounts info | Tempo
eth_getBalance | Tempo
Tempo API method that returns the balance of an account. address — the address to check balance for blockParameter — the block number (hex) or tag (latest.
POST
eth_getBalance
Tempo API method that returns the balance of an account.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
address— the address to check balance forblockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— returns a placeholder value0x5e5de0bada3a8d...since Tempo has no native token
Checking TIP-20 token balances
To check actual stablecoin balances on Tempo, useeth_call with the TIP-20 balanceOf function:
Stablecoin tokens
Tempo has these predeployed stablecoins (same addresses on mainnet and testnet):| Token | Address |
|---|---|
| pathUSD | 0x20c0000000000000000000000000000000000000 |
| AlphaUSD | 0x20c0000000000000000000000000000000000001 |
| BetaUSD | 0x20c0000000000000000000000000000000000002 |
| ThetaUSD | 0x20c0000000000000000000000000000000000003 |
Body
application/json
Last modified on May 18, 2026