get_exchanges {cryptowatchR} | R Documentation |
Get exchange details
Description
Get information on exchanges.
Usage
get_exchanges(exchange = NULL, api_key = NULL, allowance = FALSE)
Arguments
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 |
Value
A list or data.frame containing data on exchanges.
References
See https://docs.cryptowat.ch/rest-api for further information
See Also
get_markets
, get_assets
, get_pairs
Examples
## Not run:
# Get all available exchanges
df.exchanges <- get_exchanges()
# Get information on the exchange Kraken
exchange.kraken <- get_exchanges("kraken")
## End(Not run)
[Package cryptowatchR version 0.2.0 Index]