coinbase_single_currency {cryptotrackr}R Documentation

coinbase_single_currency

Description

coinbase_single_currency

Usage

coinbase_single_currency(currency, timeout_seconds = 60)

Arguments

currency

the currency id for the relevant asset

timeout_seconds

seconds until the query times out. Default is 60.

Value

returns a list with details related to the specified currency

Examples

currency <- 'btc'
coinbase_single_currency(currency, 4.5)

[Package cryptotrackr version 1.3.3 Index]