Historical Address Transactions
API key for authentication
Request model for the profiler historical address transactions endpoint.
Returns the 20 most recent token transfer transactions for a wallet address as of a given historical date, with temporally-correct counterparty labels.
Wallet address (EVM hex or Solana base58)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045Blockchain chain
ethereumPossible values: Historical snapshot date — only transactions on or before this date are returned, with labels resolved as of this date.
2025-06-15Filter out tokens flagged as spam by Nansen
trueExample: trueWhen True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueHistorical address transaction data
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
API key for authentication
Request model for the profiler historical transaction lookup endpoint.
Blockchain chain for the historical transaction lookup
ethereumPossible values: Transaction hash to lookup (0x-prefixed, 66 chars)
0x13c97b56d431cb0de39086ab493530068d01acf227d80c00d447b577ae2e9db4Reference date for temporal label resolution and as-of-date pricing. Must be on/after the transaction's block_timestamp. Entity labels are available from 2025-03-11 onward.
2025-06-15Optional block timestamp in 'YYYY-MM-DD HH:MM:SS' format. When provided, skips the slow (60-170s) hash-to-timestamp resolution step. Strongly recommended.
2025-01-15 00:00:11When True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueHistorical transaction lookup data with temporally-correct labels and dual pricing
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?