Token

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).

get/gateway/v1/token/transfer-stats

Query parameters

addressstring required

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.

Example:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

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'ethereum' | 'base' | 'bsc' | 'arbitrum' | 'tron' required

Chain the token contract is deployed on.

Example:ethereum

Chain the token contract is deployed on.

time_range'1d' | '7d' | '30d' | '90d'

Look-back window (hard 90d cap).

Look-back window (hard 90d cap).

includestring

Comma-separated extras. series adds a daily trend breakdown (volume only).

Example:series

Comma-separated extras. series adds a daily trend breakdown (volume only).

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/TransferStatsResponse.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.