submit_order
Submit buy and sell orders on MAX Exchange with limit, market, stop-limit, and advanced order types for spot or margin trading.
Instructions
提交買賣訂單 :param market: 市場 ID,例如 'btcusdt' :param side: 方向,'buy' 或 'sell' :param volume: 交易數量(字串),例如 '0.001' :param price: 限價(字串),市價單可省略 :param ord_type: 訂單類型,limit / market / stop_limit / stop_market / post_only / ioc_limit,預設 limit :param wallet_type: 錢包類型,'spot' 或 'm',預設 'spot' :param stop_price: 止損觸發價,stop 系列訂單需填 :param client_oid: 自訂訂單 ID(最長 36 字元)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | ||
| side | Yes | ||
| volume | Yes | ||
| price | No | ||
| ord_type | No | limit | |
| wallet_type | No | spot | |
| stop_price | No | ||
| client_oid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |