market_order_book | R Documentation |
Exposes the GET /api/v3/depth
endpoint.
market_order_book(symbol, side = NULL, limit = 100)
symbol |
Symbol. |
side |
Side of the trade: |
limit |
Maximum number of records in result. Default is 100 and maximum is 5000. |
A data frame.
market_order_book("BTCUSDT")
market_order_book(c("BTCUSDT", "TRXUSDT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.