Learn R Programming

cryptotrackr (version 1.3.3)

crypto_dot_com_get_book: crypto_dot_com_get_book

Description

crypto_dot_com_get_book

Usage

crypto_dot_com_get_book(instrument, depth = 50, timeout_seconds = 60)

Value

returns a list containing the order book for your specified instrument.

Arguments

instrument

the instrument name which you want to query

depth

the depth of the order book to retrieve. The maximum and default value is 50.

timeout_seconds

seconds until the query times out. Default is 60.

Examples

Run this code
crypto_dot_com_get_book("BTC_USDT", timeout_seconds = 4.5)

Run the code above in your browser using DataLab