Learn R Programming

cryptotrackr (version 1.3.3)

coinbase_single_currency: coinbase_single_currency

Description

coinbase_single_currency

Usage

coinbase_single_currency(currency, timeout_seconds = 60)

Value

returns a list with details related to the specified currency

Arguments

currency

the currency id for the relevant asset

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
currency <- 'btc'
coinbase_single_currency(currency, 4.5)

Run the code above in your browser using DataLab