crypto_dot_com_get_book {cryptotrackr} | R 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)
[Package cryptotrackr version 1.3.3 Index]