Description Usage Arguments Examples
View source: R/public_trades.R
GET recent trades
1 2 3 4 5 6 7 8 9 10 11 |
exchange |
Which exchange to use for price and market data. Choices are "binance", "binance-us", "bittrex", bitstamp", "coinbase", "coinbase-pro", "crypto.com", "ftx", "ftx-us", "gemini", "huobi", "kraken", "kucoin", and "poloniex". |
base_asset |
Base asset (default BTC) |
quote_asset |
Quote asset (default USD) |
dry_run |
If TRUE, call httr2::req_dry_run, which shows the API call without actually sending it. |
... |
Query parameters passed to API call |
limit |
Parameter used to limit number of trades.
|
time_frame |
Parameter used for trade interval and timeframe.
|
start_time |
Parameter used for trade beginning time.
|
end_time |
Parameter used for trade end time.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | public_trades("binance")
public_trades("binance-us")
public_trades("bitstamp")
public_trades("bittrex")
public_trades("coinbase-pro")
public_trades("crypto.com")
public_trades("ftx")
public_trades("ftx-us")
public_trades("gemini")
public_trades("huobi")
public_trades("kraken")
public_trades("kucoin")
public_trades("poloniex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.