get_orders_history
Retrieve order history from MAX Exchange using ID-based pagination for complete exports. Filter by wallet type and market to access past trading records.
Instructions
依 ID 順序分頁取得訂單歷史(適合完整匯出) :param wallet_type: 錢包類型,'spot' 或 'm',預設 'spot' :param market: 篩選市場;留空查全部 :param from_id: 從指定訂單 ID 開始(用於翻頁) :param limit: 回傳筆數,預設 50
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_type | No | spot | |
| market | No | ||
| from_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |