Batch Cancel Orders

Batch cancel up to 300 orders that satisfy the specified conditions.

Query Params
string

List of quote currencies to cancel orders of the market.
A filter parameter that allows you to limit the orders to be canceled by the currency used to purchase digital assets (SGD, BTC, USDT). Cancels all open orders belonging to the specified market.

[Example] Specifying "SGD" cancels all open orders in the SGD market.

string
enum
Defaults to all

Direction of orders to cancel.
A filter parameter that allows you to limit the cancellation target by buy/sell type. The available values are "all" (both buy and sell), "ask" (sell), and "bid" (buy).

[Example] "ask" cancels all open sell orders.

Allowed:
integer
Defaults to 20

Number of orders to cancel (max 300).
Default: 20.
If the number of open orders exceeds this limit, orders will be canceled according to the specified sorting order up to this limit.

string
enum
Defaults to desc

Sorting method for orders to cancel.
Cancels orders sorted by creation time up to the "count" limit. Default is "desc".

The available values are "desc" (descending, latest orders first) or "asc" (ascending, oldest orders first). The default value is "desc".

Allowed:
string

Trading pairs to cancel orders for.
A filter parameter that allows you to limit the cancellation target by order pair. Cancels only open orders for the specified pair. Up to 20 pairs can be specified, and when specifying two or more pairs, use a comma-separated string format.

[Example] pairs=SGD-BTC,SGD-ETH

string

Trading pairs to cancel orders for.
A filter parameter that allows you to limit the cancellation target to all pairs except the specified pair. Cancels all orders except those for the specified pair.
Up to 20 pairs can be specified, and when specifying two or more pairs, use a comma-separated string format.

[Example] pairs=SGD-BTC,SGD-ETH

Responses

Language
URL
Request
Response
Choose an example:
application/json