delete
https://api.liquiditytech.com/api/v1/trading/position
Rate Limit: 50 requests per 10 seconds.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
If a reduceOnly open order exists for the symbol, it is automatically cancelled before the market close — a single orderId is returned. Poll Query Order Detail (GET /api/v1/trading/order) until orderState is FILLED to confirm.
Request Parameters
| Field | Type | Necessary | Description |
|---|---|---|---|
sym | String | Y | Trading pair unique identifier. e.g. BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT, EDX_PERP_ETH_USDT. |
positionSide | String | N | Required when position mode is BOTH. LONG or SHORT. |
Response Fields
| Field | Type | Description |
|---|---|---|
orderId | String | Order ID generated for the close position request. |
Example Response
{
"code": 200000,
"message": "Success",
"data": {
"orderId": "1234567890123456"
}
}