Token Transfer Activity Summary
Aggregate transfer-activity summary for a token over a window — total transfers, unique senders/receivers, total amount, first/last activity, and an optional daily series (include=series).
Lookup: address (token contract) + chain.
Related: per-counterparty ranking → /v1/token/transfer-counterparties; raw rows → /v1/token/transfers.
Chains: Ethereum, Base, BSC, Arbitrum, Tron · Refresh: ~24h · USD value lags ~3 days (see enriched_ratio).
Query parameters
Token CONTRACT ADDRESS (0x-hex for EVM; Tron accepts base58 T... or 0x-hex). Not a ticker — resolve a symbol via GET /v1/search/token?q={symbol}&chain={chain} and use a returned address whose chain is supported by this endpoint.
Token CONTRACT ADDRESS (0x-hex for EVM; Tron accepts base58 T... or 0x-hex). Not a ticker — resolve a symbol via GET /v1/search/token?q={symbol}&chain={chain} and use a returned address whose chain is supported by this endpoint.
Chain the token contract is deployed on.
Chain the token contract is deployed on.
Look-back window (hard 90d cap).
Look-back window (hard 90d cap).
Comma-separated extras. series adds a daily trend breakdown (volume only).
Comma-separated extras. series adds a daily trend breakdown (volume only).
Response
OK
Example response
{
"$schema": "https://example.com/schemas/TransferStatsResponse.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.