get_trade_history
Retrieve recent trades for a trading pair, with optional category and limit parameters.
Instructions
Get recent trade history for a pair.
Args: symbol: The trading pair. category: Product type: spot, linear, inverse (default: spot). limit: Number of trades to fetch (default: 20, max: 100).
Returns: List of trade summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot | |
| limit | No |