HomeDocumentationAPI Reference
Log In
API Reference

Cancel Rfq

Method Name

private/cancel_rfq

Cancels a single RFQ by id.
Required minimum session key permission level is account

Parameters

rfq_idstringrequired
RFQ ID to cancel
subaccount_idintegerrequired
Subaccount ID

Response

idstring or integerrequired
resultstringrequired
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}