ftx_get_hourly_markets | R Documentation |
Get hourly resolution historical data of multiple FTX markets
ftx_get_hourly_markets( markets, start_date = "2019-07-27", end_date = as.character(Sys.Date()) )
markets |
name of the markets (vector of string) |
start_date |
human readable start date in UTC (string) |
end_date |
human readable end date in UTC (string) |
dataframe of prices if API call was successful
ftx_get_hourly_markets(c("BTC-PERP", "ETH-PERP"), start_date = "2019-07-20", end_date = "2022-06-30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.