ftx_cancel_order | R Documentation |
Queues an order for cancellation
ftx_cancel_order(key, secret, subaccount, order_id, ...)
key |
A client's key |
secret |
A client's secret |
subaccount |
A client's subaccount |
order_id |
Numeric value of order ID |
... |
Additional parameters to pass to API request |
A list of three elements: a logical vector success: FALSE/TRUE, failure_reason: reason for failure if success is FALSE, NA otherwise, result: if success is TRUE: "Order queued for cancellation"
ftx_cancel_order(key="", secret="", subaccount="", order_id=1234)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.