Cancel By Instrument

Method Name

private/cancel_by_instrument

Cancel all open orders for a given subaccount and a given instrument.

Parameters

instrument_name string required
Cancel all orders for this instrument
subaccount_id integer required
Subaccount ID

Response

id string or integer required
result object required
result.cancelled_orders integer required
Number of cancelled orders

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}