kraken_ticker_info | R Documentation |
kraken_ticker_info
kraken_ticker_info(pair = NULL, timeout_seconds = 60)
pair |
optionally provide one or more comma-separated asset pairs. |
timeout_seconds |
seconds until the query times out. Default is 60. |
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
kraken_ticker_info("ETHUSD", 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.