Skip to main content
GET
Get token balances
Returns token balances for a wallet address across multiple blockchains. Uses Alchemy Portfolio API (40+ EVM chains + Solana), PulseChain direct RPC, and Blockstream API (Bitcoin). Balances include USD pricing, spam filtering, and are grouped by chain ID.
address
string
required
Wallet address. Supports EVM (0x...), Solana (base58), and Bitcoin (legacy, segwit, taproot).
chainIds
string
Comma-separated chain IDs to filter. Omit to return balances across all supported chains. Example: 1,42161,8453,369

Supported Chains

Notes

  • Spam tokens are automatically filtered out
  • Zero balances are excluded from the response
  • Results are sorted by USD value (highest first) within each chain
  • PulseChain balances use direct RPC since Alchemy does not support PulseChain

Authorizations

X-API-Key
string
header
required

Partner API key. Optional for public endpoints, required for /v1/partner/*.

Query Parameters

address
string
required

Wallet address (EVM 0x..., Solana base58, or Bitcoin)

chainIds
string

Comma-separated chain IDs to filter (e.g. 1,42161,8453,369). Omit for all chains.

Response

Token balances grouped by chainId

data
object