Get multichain balances
Fetch paginated spot & historical native and token balances for a single address on up to 10 EVM chains with one API call.
Processing: Realtime
Base cost is 2.5
credits (including requests that return with status 200
but no items) for the first page.
Subsequent pages cost 1
credit.
All EVM chains are supported. When no chains are specified, the Foundational Chains are passed as default.
Domain names (e.g. demo.eth
) are not supported.
The UNIX cutoff-timestamp
retrieves the token balance snapshot from the nearest block before the specified timestamp.
Balances presented in descending order of the fiat quote value for most major tokens. Minor tokens may be presented in descending order of their last_transferred_at
timestamp.
Path Parameters
The requested address. Domain names (e.g. demo.eth
) NOT supported.
Query Parameters
Comma separated list of chain names or IDs to retrieve token balances from. Defaults to all foundational chains.
Number of token balances to return per page, up to the default max of 100 items.
Pagination cursor pointing to fetch token balances before a certain point.
UNIX timestamp to retrieve the balance snapshot from the nearest block before the specified cutoff time.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, GBP
, BTC
and ETH
.