crypto_dot_com_get_book: crypto_dot_com_get_book

View source: R/crypto_dot_com.R

crypto_dot_com_get_bookR Documentation

crypto_dot_com_get_book

Description

crypto_dot_com_get_book

Usage

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

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.

Value

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

Examples

crypto_dot_com_get_book("BTC_USDT", timeout_seconds = 4.5)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.