Method Name
private/cancel_rfq
private/cancel_rfq
Cancels a single RFQ by id.
Required minimum session key permission level is account
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 successfulenum ok |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}