get_open_orders
Retrieve open orders from MAX Exchange to track pending cryptocurrency trades. Filter by spot or margin wallet and specific markets to monitor active positions.
Instructions
取得目前未成交的掛單列表 :param wallet_type: 錢包類型,'spot' 或 'm',預設 'spot' :param market: 篩選市場,例如 'btcusdt';留空查全部 :param limit: 回傳筆數,最多 1000,預設 50
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_type | No | spot | |
| market | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |