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