GET
/
v1
/
allchains
/
address
/
{walletAddress}
/
balances
/
Credit Cost: 2.5 per 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

walletAddress
string
required

The requested address. Domain names (e.g. demo.eth) NOT supported.

Query Parameters

chains
string

Comma separated list of chain names or IDs to retrieve token balances from. Defaults to all foundational chains.

limit
integer

Number of token balances to return per page, up to the default max of 100 items.

before
string

Pagination cursor pointing to fetch token balances before a certain point.

cutoff-timestamp
integer

UNIX timestamp to retrieve the balance snapshot from the nearest block before the specified cutoff time.

quote-currency
string

The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, GBP, BTC and ETH.

Response

200 - application/json
updated_at
string

Timestamp for when the data was last updated.

cursor_before
string

Pagination cursor pointing to the previous page.

quote_currency
string

The requested quote currency eg: USD.

items
object[]

List of token balances returned by the API.