cURL
curl --request POST \ --url https://www.aionmarket.com/bvapi/markets/orders/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "orderId": "<string>", "walletAddress": "<string>" } '
{ "orderId": "<string>", "cancelled": true }
Cancel a single open order.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cancellation accepted