A logical (default is FALSE). If TRUE the function returns a list which includes allowance information, i.e. cost of the request, remaining credits and your account name.
Value
A list or data.frame containing data on exchanges.
# NOT RUN {# Get all available exchangesdf.exchanges <- get_exchanges()
# Get information on the exchange Krakenexchange.kraken <- get_exchanges("kraken")
# }# NOT RUN {# }