getMovePositionHistory
Retrieve history of block trade position move orders, including execution status, fees, and rejection info. Use filters like category, symbol, status, or blockTradeId to narrow results.
Instructions
Query the history of position move (block trade) orders. Returns order details, execution status, fees, and rejection info.
Agent hint: Use this to check status and history of move position requests. Filter by category, symbol, status, or blockTradeId. Max 7-day range per query. Each record shows maker/taker side, execution details, and result codes. status=Processing means still executing; Filled means complete; Rejected means failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| symbol | No | ||
| startTime | No | ||
| endTime | No | ||
| status | No | ||
| blockTradeId | No | ||
| limit | No | 20 | |
| cursor | No |