powered by
crypto_dot_com_get_trades
crypto_dot_com_get_trades(instrument, timeout_seconds = 60)
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
the instrument name which you want to query
seconds until the query times out. Default is 60.
crypto_dot_com_get_trades("BTC_USDT", 4.5)
Run the code above in your browser using DataLab