get_closed_orders
Retrieve a list of closed orders from Kraken, with options to filter by time range, client order ID, or include trade fills.
Instructions
List closed orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trades | No | Embed individual trade fills. | |
| userref | No | Filter by user-supplied reference id. | |
| cl_ord_id | No | Filter by client order id. | |
| start | No | Lower bound (unix or transaction id). | |
| end | No | Upper bound. | |
| ofs | No | Pagination offset. | |
| closetime | No | `open`, `close` (default), or `both`. | |
| consolidate_taker | No | Aggregate fills (default True). | |
| without_count | No | Skip total-count for speed. |