Description Usage Arguments Value Examples
The time is returned in UNIX time format (milliseconds). To convert it to a date format, do
as.Date(as.POSIXct(<time> / 1e3 ,origin = "1970-01-01", tz = "GMT"))
1 | binance_klines(start_time, interval = "1d", symbol = "DOTEUR")
|
start_time |
|
interval |
|
symbol |
|
tibble::tibble
1 2 | # 2021-06-24
binance_klines("1630808472")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.