Historical Address Balance
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.
addressstringRequiredExample:
Wallet address (EVM hex or Solana base58)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045as_of_datestring · dateRequiredExample:
Historical snapshot date — balances are computed up to this date
2025-06-15chainstring · enumRequiredExample:
Chain filter
ethereumPossible values: apply_blacklist_filterbooleanOptionalDefault:
When True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueResponses
200
Historical token balance records
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1beta1/profiler/address/historical-token-balancesLast updated
Was this helpful?