cURL
curl --request DELETE \ --url https://apiserver.beratrade.io/api/v1/spotorder/cancel/{id} \ --header 'Bliq-Key: <bliq-key>' \ --header 'Bliq-Secret: <bliq-secret>'
{ "body": {}, "message": "<string>", "status": 123 }
Cancels the order whose ID has been passed
bliq_key obtained during authentication
bliq_key
bliq_secret obtained during authentication
bliq_secret
ID of order to cancel
Order cancelled successfully
The response is of type object.
object