binance_depth | R Documentation |
Get orderbook depth data from Binance
binance_depth(symbol, limit)
symbol |
string |
limit |
int optional |
data.table
## Not run:
binance_depth('ETHUSDT')
binance_depth('ETHUSDT', limit = 1000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.