put https://api.liquiditytech.com/api/v1/trading/order
Rate Limit: 300 requests per 60 seconds
Replace order, support orderQty and limitPrice. Please note that currently replace spot order and a small part of situation with perp order are achieved through a rapid cancel and place a new order process.
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| orderId | String | Y | Order ID |
| replaceQty | String | N | Replace order qty |
| replacePrice | String | N | Replace order price |
| syncMode | String | N | API synchronous validation or asynchronous validation(required "true" or "false") |
Response
| Field name | Type | Remarks |
|---|---|---|
| orderId | String | Same order ID |
| orderState | String | Order State |
