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