ftx_get_multiple_markets | R Documentation |
Get market data for multipole FTX markets.
ftx_get_multiple_markets( markets, resolution = 86400, start_time = "2019-07-20", end_time = "2022-06-30" )
markets |
name of the markets (vector of string) |
resolution |
representing aggregation length in seconds (int) |
start_time |
human readable start time in UTC (string) |
end_time |
human readable end time in UTC (string) |
dataframe of prices if API call was successful
ftx_get_multiple_markets(c("BTC-PERP", "ETH-PERP"), resolution = 86400, start_time = "2019-07-20", end_time = "2022-06-30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.