Top Transfer Counterparties
/gateway/v1/token/transfer-counterpartiesRanked 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.
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48Chain the token contract is deployed on.
ethereumbasebscarbitrumtronethereumRanking direction: `to` = top receivers, `from` = top senders.
tofromtoRanking key: `count` = transfer frequency, `amount` = decimal-adjusted token sum, `amount_usd` = USD value sum (USD lags ~3 days; unreliable for recent windows).
countamountamount_usdLook-back window (hard 90d cap).
1d7d30d90dResults per page.
Pagination offset.
Comma-separated enrichments. `labels` attaches an entity label per counterparty.
labelsComma-separated entity categories to drop (best-effort): `cex`, `router`, `amm`, `bridge`. Results may be fewer than `limit` when top counterparties are infrastructure.
cex,router