v2

latestOpenAPI 3.0.32026-07-315724.4 KB
Portfolio Management

Mass Cancel

Cancels all open orders and quotes belonging to the authenticated portfolio. No filter parameters are accepted — the cancel applies to every instrument and every side.

get/api/v2/private/cancel_all

Response

All open orders and quotes cancelled successfully.

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

resultnumber required

Total number of successfully cancelled orders

Example response

{
  "result": 7
}