For the complete documentation index, see llms.txt. This page is also available as Markdown.

Historical Address Balance

Get Historical Balances by Address (Beta)

post

Beta — subject to breaking changes.

Token balances for a wallet address as of a historical snapshot date.

Supports EVM chains (ethereum, base, bnb) and solana. Balances are computed from on-chain transfer history up to as_of_date. Results are ordered by USD value descending.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for the profiler historical token balances endpoint.

Returns token balances for an address as of a historical snapshot date. Supports EVM chains (ethereum, base, bnb) and solana.

addressstringRequired

Wallet address (EVM hex or Solana base58)

Example: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045
as_of_datestring · dateRequired

Historical snapshot date — balances are computed up to this date

Example: 2025-06-15
chainstring · enumRequired

Chain filter

Example: ethereumPossible values:
apply_blacklist_filterbooleanOptional

When True, exclude blacklisted addresses from the results. Defaults to True.

Default: trueExample: true
Responses
200

Historical token balance records

application/json
post
/api/v1beta1/profiler/address/historical-token-balances

Last updated

Was this helpful?