Skip to main content
POST
/
api
/
v1
/
execution
/
orders
/
{clientOrderId}
/
cancel
Cancel order
curl --request POST \
  --url https://api.example.com/api/v1/execution/orders/{clientOrderId}/cancel
{
  "code": 0,
  "msg": "ok",
  "data": {
    "clientOrderId": "ord_20260511_0001",
    "exchangeOrderId": "789123456",
    "exchange": "binance",
    "symbol": "BTCUSDT",
    "status": "new"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

clientOrderId
string
required

Platform client order ID.

Example:

"ord_20260511_0001"

Response

200 - application/json

Cancel order response

Standard response envelope.

code
integer
required

Business status code.

Example:

0

msg
string
required

Human-readable response message.

Example:

"ok"

data
object

Execution order payload.