Cancel All Orders
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
}Orders
Cancel All Orders
Cancel all open orders for the authenticated account.
POST
/
v1
/
orders
/
cancel-all
Cancel All Orders
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
}Documentation Index
Fetch the complete documentation index at: https://docs.roxom.com/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 14, 2026
Was this page helpful?
โI