Cancel stop order
This endpoint allows users to cancel a stop order by its (CL)OID.
POST /api/v1/orders/stop/cancelOperation Type (for signing)
Header Field
Type
Content
Request Body
Field
Type
Need
Description
Example
{
"account": "42trU9A5...",
"signature": "5j1Vy9Uq...",
"timestamp": 1716200000000,
"symbol": "BTC",
"order_id": 123,
"agent_wallet": "69trU9A5...",
"expiry_window": 30000
}Response
Code Example (Python)
Last updated