| ftx_future_markets | R Documentation | 
Returns all types of futures on FTX
ftx_future_markets(key, secret, ..., market = NA, tz = "GMT")
| key | A client's key (deprecated) | 
| secret | A client's secret (deprecated) | 
| ... | Additional parameters to pass to API request (deprecated) | 
| market | Name of market | 
| 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_future_markets() ftx_future_markets(market = "SOL-PERP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.