kraken_ticker_info {cryptotrackr} | R Documentation |
kraken_ticker_info
Description
kraken_ticker_info
Usage
kraken_ticker_info(pair = NULL, timeout_seconds = 60)
Arguments
pair |
optionally provide one or more comma-separated asset pairs. |
timeout_seconds |
seconds until the query times out. Default is 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
Examples
kraken_ticker_info("ETHUSD", 4.5)
[Package cryptotrackr version 1.3.3 Index]