Learn R Programming

cryptotrackr (version 1.3.3)

kraken_ticker_info: kraken_ticker_info

Description

kraken_ticker_info

Usage

kraken_ticker_info(pair = NULL, timeout_seconds = 60)

Value

returns a list containing ticker info for assets on Kraken. Refer to Kraken for help interpreting response data: https://docs.kraken.com/rest/#tag/Market-Data/operation/getTickerInformation

Arguments

pair

optionally provide one or more comma-separated asset pairs.

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
kraken_ticker_info("ETHUSD", 4.5)

Run the code above in your browser using DataLab