Flows
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM flows endpoint.
This endpoint provides comprehensive token flow analytics showing inflow and outflow patterns from various holder segments including Exchanges, Smart Money addresses, Public Figures, and Whales with time-based statistics and trends.
chainstring · enumRequiredExample:
Blockchain chain
solanaPossible values: token_addressstringRequiredExample:
Token address
2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauvlabelstring · enumOptionalDefault:
Label type for filtering flows
top_100_holdersExample: smart_moneyPossible values: filtersany ofOptionalExample:
Additional filters to apply to the query.
{"price_usd":{"max":1000,"min":0.01},"value_usd":{"min":10000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "date", "direction": "DESC"}] - Sort by date descending (most recent first)
- [{"field": "total_inflows_usd", "direction": "ASC"}] - Sort by total inflows ascending
- [{"field": "total_outflows_usd", "direction": "DESC"}] - Sort by total outflows descending
Responses
200
TGM flows 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/flowsUsing /flows Endpoint
Usecase 1: Track Smart Money Accumulation Trends
Usecase 2: Monitor Exchange Flows
Last updated
Was this helpful?