get_trade_history
Retrieve historical trade fills with filters for position type, time range, and pagination.
Instructions
Return historical fills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | `all`, `any position`, `closed position`, `closing position`, `no position`. | |
| trades | No | Embed associated trade records. | |
| start | No | Lower bound (unix or txid). | |
| end | No | Upper bound. | |
| ofs | No | Pagination offset. | |
| consolidate_taker | No | ||
| without_count | No |