Cancel all open orders posted by the user.
cURL
curl --request DELETE \ --url https://poly.drive.markets/cancel-all \ --header 'POLY-API-KEY: <poly-api-key>' \ --header 'POLY-NONCE: <poly-nonce>' \ --header 'POLY-SIGNATURE: <poly-signature>' \ --header 'POLY-TIMESTAMP: <poly-timestamp>'
{ "canceled": [ "<string>" ], "not_canceled": {} }
API key of the user
Request signature
Timestamp of the request
Request nonce
Cancellation response
List of canceled order IDs
Map of order ID to reason why it couldn't be canceled
Show child attributes