getMovePositionHistory
Retrieve the execution history and status of position move orders, filtering by symbol, status, or block trade ID to get fees, execution details, and rejection info.
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 |
|---|---|---|---|
| limit | No | 20 | |
| cursor | No | ||
| status | No | ||
| symbol | No | ||
| endTime | No | ||
| category | No | ||
| startTime | No | ||
| blockTradeId | No |