Trade
Cancel Limit Close
This endpoint supports the canceling the limit close positions.
HTTP Request
POST /v1/trade/cancel-limit-close
NOTE
Don't include trailing slash
/ at the end of the endpoint. Doing so can result in a “not found” error.Request Parameters
| Parameter | Required | Type | Comments |
|---|---|---|---|
| id | true | number | id of the position |
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| statusCode | number | 200 |
| result | string | Success |
| message | string | Response message |
| Parameter | Type | Comments |
|---|---|---|
| statusCode | number | 10004 |
| result | string | Not Found |
| message | string | Position not found or no limit close set! |
INFO
The ack of tpsl indicates that the request is successfully accepted. Please use websocket order stream to confirm the status.