Token Transfers
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.
API key for authentication
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.
Blockchain chain
ethereumPossible values: Token address
0x6982508145454ce325ddbe47a25d4ec3d2311933Additional filters to apply to the query.
{"include_cex":true,"include_dex":true,"non_exchange_transfers":true,"only_smart_money":true}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
TGM transfers data
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?