powered by
crypto_dot_com_get_book
crypto_dot_com_get_book(instrument, depth = 50, timeout_seconds = 60)
returns a list containing the order book for your specified instrument.
the instrument name which you want to query
the depth of the order book to retrieve. The maximum and default value is 50.
seconds until the query times out. Default is 60.
crypto_dot_com_get_book("BTC_USDT", timeout_seconds = 4.5)
Run the code above in your browser using DataLab