v1
latestOpenAPI 3.1.02026-07-241653251.3 MBCLOB
Cancel order
Cancel an order on the CLOB.
post/orders/v1/cancel_order
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Request body
Example request
{
"clord_id": "1245567889",
"order_id": "51H5D2K2A00M",
"symbol": "ETH/USD",
"user": "firms/F-PLAT01/user/CUST01"
}Response
A successful response
PostCancelOrderResponse required