v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBOrders
Cancel TP/SL order
Cancel an accepted TP/SL order that hasn't been triggered yet.
Signature (required): Sign EIP-712 typed data (same domain as regular orders) with primaryType CancelTpslOrder: fields: account(address), orderId(string), deadline(uint32).
post/v1/orders/tpsl/cancel
Request body
Example request
{
"order_id": "550e8400-e29b-41d4-a716-446655440000",
"account": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"signer": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}Response
A successful response.
Example response
{
"order_id": "550e8400-e29b-41d4-a716-446655440000"
}