Description Usage Arguments Value References See Also Examples
View source: R/get_exchanges.R
Get information on exchanges.
1 | 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
1 2 3 4 5 6 7 | ## 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.