get_token_trades
Retrieve all token trades across Cardano DEXes for a specified timeframe, with configurable limit and sort order.
Instructions
Get all token trades across Cardano DEXes for a given timeframe. Returns trade data with configurable limit and sort order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trades to return | |
| order | No | Sort order by time: 'asc' (oldest first) or 'desc' (newest first, default) | desc |
| timeframe | No | Time window for trades. Options: '15 mins', '30 mins', '1 hour', '4 hour', '12 hour', '1 day', '7 day' | 15 mins |