Cancel Rfq

Method Name

private/cancel_rfq

Cancels a single RFQ by id.

Parameters

rfq_id string required
RFQ ID to cancel
subaccount_id integer required
Subaccount ID

Response

id string or integer required
result string required
The result of this method call, ok if successful
enum ok

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}