๐ New US500-BTC contract live! Learn more โ
cURL
curl --request POST \ --url https://api.roxom.com/v1/orders/cancel-all \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Signature: <api-key>'
{ "data": { "cancelled_order_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }, "error": true }
Cancel all open orders for the authenticated account.
Your API key
The signature of the request
Represents a successful API response wrapper
Cancel all orders response
Show child attributes
Was this page helpful?