DEX Trades
Access individual DEX trading transactions for a specific token. Shows detailed trade-by-trade data including trader labels, amounts, and prices.
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM dex-trades endpoint.
This endpoint provides all DEX trades for a specific token with optional filtering for smart money wallets only.
chainstring Β· enumRequiredExample:
Blockchain chain
solanaPossible values: token_addressstringRequiredExample:
Token address
2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauvonly_smart_moneybooleanOptionalDefault:
Returns only the DEX Trades made by Smart Money wallets
falsefiltersany ofOptionalExample:
Additional filters to apply to the query.
{"action":"BUY","estimated_value_usd":{"min":1000},"include_smart_money_labels":["Whale","Smart Trader"],"token_amount":{"min":100}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "block_timestamp", "direction": "DESC"}] - Sort by timestamp descending
- [{"field": "estimated_value_usd", "direction": "ASC"}] - Sort by estimated value ascending
- [{"field": "token_amount", "direction": "DESC"}] - Sort by token amount descending
Responses
200
TGM DEX trades 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/dex-tradesLast updated
Was this helpful?