v1

latestOpenAPI 3.1.02026-07-2359362475.0 KB
Profiler

Get Historical Transactions for an Address (Beta)

Beta — subject to breaking changes.

Returns the 20 most recent token transfer transactions for a wallet address as of a historical snapshot date, with temporally-correct counterparty labels.

Key differences from /profiler/address/transactions:

  • Accepts an explicit as_of_date (no rolling default)
  • Counterparty labels resolved from label history at as_of_date (no forward-looking bias)
  • Limited to ethereum, base, bnb, and solana
  • Capped at 20 results per query
post/api/v1beta1/profiler/address/historical-transactions

Request body

addressstring required

Wallet address (EVM hex or Solana base58)

chain'all' | 'base' | 'bnb' | 'ethereum' | 'mantra' | 'solana' required

Chains supported for Profiler Historical Token Balances endpoint.

as_of_datestring date required

Historical snapshot date — only transactions on or before this date are returned, with labels resolved as of this date.

hide_spam_tokenboolean

Filter out tokens flagged as spam by Nansen

apply_blacklist_filterboolean

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

Response

Historical address transaction data