DEX Trades

Get TGM DEX Trades Data

post

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 Β· enumRequired

Blockchain chain

Example: solanaPossible values:
token_addressstringRequired

Token address

Example: 2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv
only_smart_moneybooleanOptional

Returns only the DEX Trades made by Smart Money wallets

Default: false
filtersany ofOptional

Additional filters to apply to the query.

Example: {"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
post
/api/v1/tgm/dex-trades

Last updated

Was this helpful?