Learn R Programming

cryptotrackr (version 1.3.3)

crypto_dot_com_get_ticker: crypto_dot_com_get_ticker

Description

crypto_dot_com_get_ticker

Usage

crypto_dot_com_get_ticker(instrument, timeout_seconds = 60)

Value

returns ticker data for specified instrument. Refer to Crypto.com for help interpreting response data: https://exchange-docs.crypto.com/spot/index.html#public-get-ticker

Arguments

instrument

the instrument name which you want to query

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
crypto_dot_com_get_ticker("BTC_USDT", 4.5)

Run the code above in your browser using DataLab