Top Transfer Counterparties
Ranked top counterparties (receivers or senders) of a token over a window — answers "who are the top receivers/senders?".
Lookup: address (token contract) + chain + direction (to = top receivers, from = top senders). Rank by metric (count, amount, amount_usd).
Related: raw rows → /v1/token/transfers; aggregate summary → /v1/token/transfer-stats.
Chains: Ethereum, Base, BSC, Arbitrum, Tron · Refresh: ~24h
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.
Ranking direction: to = top receivers, from = top senders.
Ranking direction: to = top receivers, from = top senders.
Ranking key: count = transfer frequency, amount = decimal-adjusted token sum, amount_usd = USD value sum (USD lags ~3 days; unreliable for recent windows).
Ranking key: count = transfer frequency, amount = decimal-adjusted token sum, amount_usd = USD value sum (USD lags ~3 days; unreliable for recent windows).
Look-back window (hard 90d cap).
Look-back window (hard 90d cap).
Results per page.
Results per page.
Pagination offset.
Pagination offset.
Comma-separated enrichments. labels attaches an entity label per counterparty.
Comma-separated enrichments. labels attaches an entity label per counterparty.
Comma-separated entity categories to drop (best-effort): cex, router, amm, bridge. Results may be fewer than limit when top counterparties are infrastructure.
Comma-separated entity categories to drop (best-effort): cex, router, amm, bridge. Results may be fewer than limit when top counterparties are infrastructure.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseTransferCounterpartyItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.