cURL
curl --request POST \ --url https://www.aionmarket.com/bvapi/markets/orders/cancel-all \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "walletAddress": "<string>", "marketIds": [ "<string>" ] } '
{ "cancelledCount": 123 }
Cancel all matching open orders for a wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bulk cancellation accepted