ftx_modify_order | R Documentation |
Modifies an order's size and price
ftx_modify_order( key, secret, subaccount, order_id, size, price, ..., tz = "GMT" )
key |
A client's key |
secret |
A client's secret |
subaccount |
A client's subaccount |
order_id |
Numeric value of order ID |
size |
Size of order |
price |
Price of order |
... |
Additional parameters to pass to API request |
tz |
Timezone to display times in. Default is GMT. |
A list of three elements: a logical vector success: FALSE/TRUE, failure_reason: reason for failure if success is FALSE, NA otherwise, data: a tibble containing the data if success is TRUE
ftx_modify_order(key="", secret="", subaccount=NA, order_id=1234, size=2, price=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.