pro_get_trades
Retrieve your executed Pro Trading trades with price, amount, side, fees, and date. Filter by pair, order type, side, or date range to review past activity.
Instructions
Gets the user's trade history in Pro Trading. Returns executed trades with price, amount, side (buy/sell), fees, and date. Optional filters: trading pair, side, order type, date range, limit (max 50), offset, and sort order. Use this to review past trading activity. Response is a paginated list with metadata. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| pair | No | Filter by trading pair (e.g., BTC-USD) | |
| side | No | Filter by order direction: buy (purchase) or sell (dispose) | |
| sort | No | Sort order by date (ASC, DESC) | |
| limit | No | Maximum number of trades to fetch (max 50, default 50) | |
| offset | No | Number of records to skip for pagination | |
| end_date | No | Filter trades until this date (ISO 8601 format) | |
| order_type | No | Filter by order type (limit, stop-limit, market) | |
| start_date | No | Filter trades from this date (ISO 8601 format) |