Token Transfer History
Returns recent transfer events for a specific token (ERC-20/TRC-20 contract).
Pass the token contract address in address — returns every on-chain transfer of that token regardless of sender/receiver.
Included fields: sender, receiver, raw amount, block timestamp.
Use this to analyze a token's on-chain activity (e.g. large movements, distribution patterns).
Lookup: address (token contract) + chain. Sort by asc or desc.
Data refresh: ~24 hours · Chains: Ethereum, Base, BSC, Arbitrum, Tron (Solana uses a different source with no delay)
Query parameters
Token CONTRACT ADDRESS — 0x-prefixed hex for EVM chains, base58 for Solana. This is NOT a ticker symbol (e.g. do NOT pass USDC or BTC). To resolve a ticker symbol to a contract address, call GET /v1/search/token?q={symbol}&chain={chain} and use the address whose chain is supported by this endpoint. This endpoint has no symbol parameter.
Token CONTRACT ADDRESS — 0x-prefixed hex for EVM chains, base58 for Solana. This is NOT a ticker symbol (e.g. do NOT pass USDC or BTC). To resolve a ticker symbol to a contract address, call GET /v1/search/token?q={symbol}&chain={chain} and use the address whose chain is supported by this endpoint. This endpoint has no symbol parameter.
Chain. Can be ethereum, base, solana, tron, bsc, or arbitrum.
Chain. Can be ethereum, base, solana, tron, bsc, or arbitrum.
Start of date range. Accepts Unix seconds or YYYY-MM-DD. Defaults to 30 days ago.
Start of date range. Accepts Unix seconds or YYYY-MM-DD. Defaults to 30 days ago.
End of date range. Accepts Unix seconds or YYYY-MM-DD. Defaults to today.
End of date range. Accepts Unix seconds or YYYY-MM-DD. Defaults to today.
Results per page
Results per page
Pagination offset
Pagination offset
Comma-separated enrichments to attach to each transfer. Currently valid: labels — adds from_label and to_label fields.
Comma-separated enrichments to attach to each transfer. Currently valid: labels — adds from_label and to_label fields.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseTokenTransferItem.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.