Who Bought/Sold
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM who bought/sold endpoint.
This endpoint provides an aggregated summary of trade volumes in USD for addresses involved in DEX (Decentralized Exchange) trades for a specific token.
chainstring · enumRequiredExample:
Blockchain chain
solanaPossible values: token_addressstringRequiredExample:
Address of token
2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauvbuy_or_sellstring · enumOptionalDefault:
Are we checking buys or sells
BUYPossible values: filtersany ofOptionalExample:
Additional filters to apply to the query.
{"include_smart_money_labels":["Whale","Smart Trader"],"trade_volume_usd":{"min":1}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "bought_volume_usd", "direction": "DESC"}] - Sort by bought volume descending
- [{"field": "sold_volume_usd", "direction": "ASC"}] - Sort by sold volume ascending
Responses
200
TGM who bought/sold 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/who-bought-soldLast updated
Was this helpful?