Token Transfers
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 · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token address
0x6982508145454ce325ddbe47a25d4ec3d2311933filtersany ofOptionalExample:
Additional filters to apply to the query.
{"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
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/tgm/transfersLast updated
Was this helpful?