Cancel order
Cancel an order. (Private ๐)
This endpoint is used to cancel a limit order which hasnโt already been executed at a given time. Please note that this is a Private ๐ route which means it needs to be authorised by the account initiating this request.
Note: You will need to include the JWT Auth token to request headers to access this endpoint. To get the JWT Auth Token, refer the login section of the documentation.
Endpoint
Request Headers
Request Body
Field | Type | Mandatory |
---|---|---|
order_id | INTEGER | YES |
Example
Response
Last updated