Description Usage Arguments Examples
Get historical transactions from specific symbol, returned in time ascending order.
1 2 3 4 5 6 7 | getHistoricalTrades(
symbol,
timeStart,
timeEnd = NULL,
limit = 100,
include = FALSE
)
|
include |
1 2 | getHistoricalTrades(symbol = "BITSTAMP_SPOT_BTC_USD", timeStart = "2016-01-01T00:00:00", limit = 25)
getHistoricalTrades(symbol = "BITSTAMP_SPOT_BTC_USD", timeStart = "2016-01-01T00:00:00", timeEnd = "2016-01-01T00:10:00", limit = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.