ftx_order_fills | R Documentation |
Returns market fills
ftx_order_fills( key, secret, subaccount, ..., markets = c(), start_time = NA, end_time = NA, tz = "GMT" )
key |
A client's key |
secret |
A client's secret |
subaccount |
A client's subaccount |
... |
Additional parameters to pass to API request |
markets |
Vector of names of markets. |
start_time |
Optional parameter. POSIXct value from when to extract trades. |
end_time |
Optional parameter. POSIXct value up-to when to extract trades. |
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_order_fills(key="", secret="", subaccount=NA, markets=c('CRV-PERP','XRP-PERP'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.