Get Token Balances by Token
Get wallet token balances filtered by specific token addresses
Authorizations
API key for authentication
Path Parameters
The blockchain network to query
apechain, arbitrum, base, berachain, binance, bittorrent, blast, celo, cronos, educhain, ethereum, fantom, gnosis, kaia, mantle, optimism, polygon, polygon_zkevm, sonic, story, unichain "ethereum"
The EVM wallet address (0x-prefixed, 42 characters)
^0x[a-fA-F0-9]{40}$"0xC288Cdb9785dbAd66a47A668A0B18E55466d3127"
Query Parameters
Comma-separated list of token contract addresses to filter by (max 10)
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Optional block number for point-in-time historical balance. If omitted, returns the latest known balance.
x >= 023525000
Response
Token balances for the specified tokens
Contract address of the token
Token symbol (e.g., USDT, ETH)
Full token name
Current token price in USD
ISO timestamp of last price update
Token balance for the wallet
Timestamp when this balance was last updated
Block number when this balance was last updated
[
{
"token_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"token_symbol": "USDC",
"token_name": "USD Coin",
"current_price": 1,
"price_last_updated": "2025-12-16T16:29:51.223000",
"balance": 17.545786,
"datetime_last_updated": "2025-12-16T08:55:35",
"block_number_last_updated": 24026500
}
]