Description Usage Arguments Details Value Examples
View source: R/bitfinex-public.R
Calls the Bitfinex API to retrieve historical cryptocurrency records.
1 | ticker_history(SYMBOLS = c("ALL"), start, end, limit)
|
SYMBOLS |
Character vector containing ticker symbols for
cryptocurrencies, or |
start |
Millisecond start time |
end |
Millisecond end time |
limit |
Number of records (Max 250) |
tibble
descriptions:SYMBOL
: The symbol/ticker of the requested data
BID
: Price of last highest bid
ASK
: Price of last lowest ask
MTS
: millisecond timestamp
A tibble. See details for column names.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.