Balance API
What is the Balance API?
The Balance API helps Web3 developers get the native balance for a specific wallet address.
Balance API features
The Balance API provides out-of-the-box functionality for the most popular features when working with native balance (ETH, BNB, MATIC, CRO, etc.), including:
- Fetching native balance (native and USD)
- Fetching ERC20 owned by a given wallet
- Fetching ERC20 balances for a given wallet
- Fetching ERC20 transfers for a given wallet
- Support for all ERC20 tokens
- Real-time ERC20 token price discovery and metadata
Plus so much more!
Popular use cases
The Balance API is extremely flexible, meaning it can support a wide range of use cases, including:
- Live Price Feeds
- Portfolio Dashboard
- Transaction Monitoring
- Ownership Verification
Supported Chains
The Balance API supports multiple EVM chains:
Chain Name | Chain Id (HEX) | Chain Id (INT) |
---|---|---|
eth | 0x1 | 1 |
goerli | 0x5 | 5 |
sepolia | 0xaa36a7 | 11155111 |
polygon | 0x89 | 137 |
mumbai | 0x13881 | 80001 |
bsc | 0x38 | 56 |
bsc testnet | 0x61 | 97 |
avalanche | 0xa86a | 43114 |
avalanche testnet | 0xa869 | 43113 |
fantom | 0xfa | 250 |
cronos | 0x19 | 25 |
cronos testnet | 0x152 | 338 |
palm | 0x2a15c308d | 11297108109 |
arbitrum | 0xa4b1 | 42161 |