Multipliers
Multipliers
You will get
You will get
- Token balances across multiple networks
- Token balances across multiple addresses
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
Query Parameters
The wallet address for which the balance is being queried. Must be a valid string representing an EVM-compatible wallet address.
"0x1234567890abcdef1234567890abcdef12345678"
Specifies the blockchain networks to query for the wallet balance. Can be a single network (e.g., "ethereum") or a comma-separated list of networks (e.g., "ethereum,polygon,binance_smart"). If not provided, the default is "all" supported networks.
"ethereum,polygon,binance_smart"
Comma-separated list of wallet addresses in format "connectionId:address".
"ethereum:0x1234567890abcdef1234567890abcdef12345678,all:0x4567890abcdef1234567890abcdef1234567890abc"
Response
Get wallet balances
The blockchain network name
"ethereum"
Array of cryptocurrency balances found in the wallet
The wallet address that was queried
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
The blockchain network identifier that was used in the query
"ethereum"