Rest API
Cancel Orders
This endpoint cancels orders by market or across all markets.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
To get all supported markets, call /api/v1/markets endpoint. To cancel orders across all markets, use the value all
.
Response
200 - application/json