Cross-Chain Token Balances
Get token balances from multiple chains for a specific wallet address. For Bitcoin wallets, filter parameters (excludeNative, excludeSpam, etc.) are ignored — only the native BTC balance is returned.
bitcoin in chains, with an address or xpub as the path parameter). Solana balances are available today through the dedicated Solana Wallet API; bringing them into this endpoint is on the roadmap. Set includeSparklines or includePnl to enrich each token with a 7-day price sparkline or a PnL summary.Authorizations
Path Parameters
The address or public key of the account
Query Parameters
Chains to query
0x1, ethereum, 0x13882, polygon amoy, 0x14a34, base sepolia, 0x15b38, chiliz, 0x171, pulse, 0x19, cro, 0x2105, base, 0x221, flow testnet, 0x2eb, flow, 0x38, binance, 0x46f, lisk, 0x504, moon beam, 0x505, moon river, 0x530, sei-testnet, 0x531, sei, 0x61, binance smart chain testnet, 0x64, gnosis, 0x7e4, ronin, 0x7e5, ronin testnet, 0x89, polygon, 0x8f, monad, 0xa, optimism, 0xa4b1, arbitrum, 0xa86a, avalanche, 0xaa36a7, sepolia, 0xe708, linea, bitcoin-mainnet, bitcoin, all, mainnets, testnets The cursor to the next page
The limit per page
1 <= x <= 1000The token addresses to be filtered in
Should exclude spam contract
true
Should exclude unverified contract
true
Should exclude native contract
true
Should filter out contract exceeding max token inactivity
1
Should filter out contract under liquidity threshold
0
When true, include a 7-day hourly price sparkline for each token.
true
When true, include per-token PnL summary for each token. Ignored for Bitcoin (no PnL coverage).
true
Response
Metadata about the multi-chain request
The wallet address
"0xcb1c1fde09f811b294172696404e88e658659905"
The wallet address type
evm, solana, bitcoin "evm"
The cursor to be used for getting the next page of results
"eyJhbGciOi...VCaaw"
The list of items

