View source: R/get_exchanges.R
| get_exchanges | R Documentation |
Get information on exchanges.
get_exchanges(exchange = NULL, api_key = NULL, allowance = FALSE)
exchange |
A string containing an exchange symbol, e.g. kraken
(optional argument). Run |
api_key |
A string containing the API key. See https://docs.cryptowat.ch/rest-api/rate-limit to learn how to create an account and how to generate an API key. |
allowance |
A logical (default is |
A list or data frame containing data on exchanges.
See https://docs.cryptowat.ch/rest-api for further information
get_markets, get_assets, get_pairs
## Not run:
# Get all available exchanges
df_exchanges <- get_exchanges()
# Get information on the exchange Kraken
exchange_kraken <- get_exchanges("kraken")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.