get_recent_trades
Retrieve recent trades for a specified market pair, with optional filtering by buy or sell type to analyze trading activity.
Instructions
Get recent trades for a specific market.
Args: market: Market pair (e.g., 'BTC_USDT') trade_type: Type of trades to retrieve ('buy' or 'sell')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | ||
| trade_type | No | buy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||