Description Usage Arguments Details Value Examples
View source: R/bitfinex-public.R
Calls the Bitfinex API to retrieve cryptocurrency public trade records.
1 |
SYMBOL |
Character vector containing ticker symbols for
cryptocurrencies.
Must be prepended with a |
start |
Millisecond start time |
end |
Millisecond end time |
limit |
Number of records (Max 10000) |
tibble descriptions:SYMBOL: The symbol/ticker of the requested data
ID: ID of the trade
MTS: millisecond timestamp
AMOUNT: How much was bought (positive) or sold (negative).
PRICE: Price at which the trade was executed (trading tickers only)
RATE: Rate at which funding transaction occurred (funding tickers only)
PERIOD: Amount of time the funding transaction was for
(funding tickers only)
A tibble. See details for column names.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.