Description Usage Arguments Details Value Examples
View source: R/bitfinex-public.R
Calls the Bitfinex API to retrieve cryptocurrency data.
1 |
SYMBOLS |
Character vector containing ticker symbols for
cryptocurrencies, or |
tibble
descriptions:SYMBOL
: The symbol/ticker of the requested data
FRR
: Flash Return Rate - average of all fixed rate funding over
the last hour (funding tickers only)
BID
: Price of last highest bid
BID_PERIOD
: Bid period covered in days (funding tickers only)
BID_SIZE
: Sum of the 25 highest bid sizes
ASK
: Price of last lowest ask
ASK_PERIOD
: Ask period covered in days (funding tickers only)
ASK_SIZE
: Sum of the 25 lowest ask sizes
DAILY_CHANGE
: Amount that the last price has changed since yesterday
DAILY_CHANGE_RELATIVE
: Relative price change since yesterday
(*100 for percentage change)
LAST_PRICE
: Price of the last trade
VOLUME
: Daily volume
HIGH
: Daily high
LOW
: Daily low
FRR_AMOUNT_AVAILABLE
: The amount of funding that is available at
the Flash Return Rate (funding tickers only)
A list
with tibble
attributes: funding
and trading
. See details.
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.