crypto_dot_com_get_trades {cryptotrackr}R Documentation

crypto_dot_com_get_trades

Description

crypto_dot_com_get_trades

Usage

crypto_dot_com_get_trades(instrument, timeout_seconds = 60)

Arguments

instrument

the instrument name which you want to query

timeout_seconds

seconds until the query times out. Default is 60.

Value

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

Examples

crypto_dot_com_get_trades("BTC_USDT", 4.5)

[Package cryptotrackr version 1.3.3 Index]