getMovePositionHistory
Query the history of position move (block trade) orders to check status, execution details, fees, and rejection info. Filter by category, symbol, status, or block trade ID for precise tracking.
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 |