Description Usage Arguments Examples
View source: R/public_asset_list.R
GET asset list for each exchange
1 | public_asset_list(exchange, dry_run = FALSE, ...)
|
exchange |
Which exchange to use for list and market data. Choices are "binance", "binance-us", "bitstamp", "bittrex", "coinbase", "coinbase-pro", "crypto.com", "ftx", "ftx-us", "gemini", "huobi", "kraken", "kucoin", and "poloniex". |
dry_run |
If TRUE, call httr2::req_dry_run, which shows the API call without actually sending it. |
... |
Query parameters passed to API call |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | public_asset_list("binance")
public_asset_list("binance-us")
public_asset_list("bitstamp")
public_asset_list("bittrex")
public_asset_list("coinbase")
public_asset_list("coinbase-pro")
public_asset_list("crypto.com")
public_asset_list("ftx")
public_asset_list("ftx-us")
public_asset_list("gemini")
public_asset_list("huobi")
public_asset_list("kraken")
public_asset_list("kucoin")
public_asset_list("poloniex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.