cURL
curl --request POST \ --url https://api-testnet.context.markets/v2/orders/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "operations": [ {} ] } '
{ "results": [ { "type": "cancel", "success": true, "trader": "0x1111111111111111111111111111111111111111", "nonce": "0xabc123", "alreadyCancelled": true } ] }
Public API key passed as Bearer token
Show child attributes
Bulk operations executed