cURL
curl --request POST \ --url https://api-testnet.context.markets/v2/orders/bulk/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cancels": [ { "trader": "<string>", "nonce": "<string>", "signature": "<string>" } ] } '
{ "success": true, "results": [ { "type": "<string>", "success": true, "trader": "<string>", "nonce": "<string>", "alreadyCancelled": true } ] }
Cancels multiple orders in a single batch.
API key passed as Bearer token
Cancellations to execute
1
Show child attributes
Cancellations completed