get_trades
Retrieve recent public trade history for a cryptocurrency trading pair, with optional limit on the number of trades and a date filter to start from a specific day.
Instructions
Get recent public trade history for a trading pair.
Args: pair: Trading pair, e.g. "BTC-AED". limit: Max number of trades to return. from_date: Only return trades from this date onward (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | ||
| limit | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |