Bulk Cancel
Cancel all orders by limit. (Private ๐)
Last updated
Cancel all orders by limit. (Private ๐)
Last updated
This endpoint is used to bulk 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.
Field | Type | Mandatory | Description |
---|---|---|---|
market
STRING
YES
The market in which the orders need to be cancelled.
limit
INTEGER
NO
The limit for order cancellations. The default value is 100.
side
STRING
NO
The side (buy/sell) on which the orders need to be cancelled. allowed values [buy, sell]