Token Transfers

Get TGM Transfers Data

post

Track all token transfer activity including direct transfers, DEX trades, and CEX movements. This endpoint is particularly useful for monitoring exchange flows - both centralized (CEX) and decentralized (DEX) - to identify accumulation or distribution patterns.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for TGM transfers endpoint.

This endpoint provides top token transfers for a specific token, with support for ERC-20 tokens. The model selection is dynamic based on the token address.

chainstring Β· enumRequired

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token address

Example: 0x6982508145454ce325ddbe47a25d4ec3d2311933
filtersany ofOptional

Additional filters to apply to the query.

Example: {"include_cex":true,"include_dex":true,"non_exchange_transfers":true,"only_smart_money":true}
order_byany ofOptional

Custom sort order to override the endpoint's default ordering.

Examples:

  • [{"field": "transfer_value_usd", "direction": "ASC"}] - Sort by transfer value ascending
  • [{"field": "transfer_amount", "direction": "DESC"}] - Sort by transfer amount descending
Responses
200

TGM transfers data

application/json
post
/api/v1/tgm/transfers

Last updated

Was this helpful?