binance_ticks | R Documentation |
Get tick data from Binance
binance_ticks(symbol, from_id, start_time, end_time, limit)
symbol |
string |
from_id |
optional number |
start_time |
optional POSIX timestamp |
end_time |
optional POSIX timestamp |
limit |
optional int |
data.table
## Not run:
binance_ticks('ETHUSDT')
binance_ticks('ETHUSDT', start_time = '2018-01-01 00:00:00', end_time = '2018-01-01 01:00:00')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.