View source: R/crypto_dot_com.R
crypto_dot_com_get_book | R Documentation |
crypto_dot_com_get_book
crypto_dot_com_get_book(instrument, depth = 50, timeout_seconds = 60)
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. |
returns a list containing the order book for your specified instrument.
crypto_dot_com_get_book("BTC_USDT", timeout_seconds = 4.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.