- USDC on Ethereum, Base, Arbitrum, Polygon, Tempo, Solana
- USDT on Ethereum, Base, Arbitrum, Polygon, Tempo, Solana
- USDB on Ethereum, Base, Solana
- ETH on Ethereum, Base, Arbitrum
- SOL on Solana
- POL on Polygon
View the full API reference for getting an account’s balance.
Usage
- REST API
To get an account’s balance via REST API, make a
GET request to:Path parameters
The unique ID of the account to retrieve balances for.
Response
The response will include the following fields:The total balance across all assets. Contains:
value(string): The monetary value as a stringcurrency(string): The currency code (currently only ‘usd’ is supported)
The individual asset balances, each computed across all supported chains. Each asset contains:
symbol(string): The symbol of the asset (e.g., USDC, ETH, SOL)amount(string): The amount of the asset held, denominated in the unit of the asset itself, with 1 decimal of precisionprice(object): The price of the asset in the provided currencyvalue(string): The monetary value as a stringcurrency(string): The currency code (currently only ‘usd’ is supported)

