ticker: Retrieve Cryptocurrency Data

Description Usage Arguments Details Value Examples

View source: R/bitfinex-public.R

Description

Calls the Bitfinex API to retrieve cryptocurrency data for a single ticker.

Usage

1
ticker(SYMBOL = "tBTCUSD")

Arguments

SYMBOL

Character ticker symbol for a single cryptocurrency. Must be prepended with a t or f to specify trading or funding cryptocurrencies, respectively.

Details

tibble descriptions:

Value

A tibble. See details for column names.

Examples

1
2
3
4
5
6
7
8
## Not run: 
    # Get Bitcoin info
    ticker(SYMBOL = "tBTCUSD")

    # Get USD info
    tickers(SYMBOL = "USD")

## End(Not run)

program--/cryptocurr documentation built on Jan. 26, 2021, 1:36 a.m.