Skip to main content
POST
Historical Fungible Token Balances
Supported Chains

Authorizations

X-API-KEY
string
header
required

Query Parameters

limit
integer
default:1000

Max number of items returned. Default is 1000.

cursor
string

Cursor to request the next page of results.

Body

application/json

List of wallet chain+address pairs and a start and end timestamp to fetch historical balances for.

start_timestamp
string<date-time>
required

Start of time range (UTC ISO 8601)

end_timestamp
string<date-time>
required

End of time range (UTC ISO 8601)

addresses
PayloadAddress · object[]
required

List of wallet chain+address pairs

Required array length: 1 - 5 elements

Response

Successful Response

items
(SolanaBalances · object | BitcoinBalances · object | EVMWalletBalances · object | NearWalletBalances · object | LegacyEVMWalletBalances · object | LegacySolanaBalances · object | StellarWalletBalances · object)[]
required

Historical balance entries

Example:
cursor
string | null

Pagination cursor for next page