get_exchanges provides details on each exchange available through the API

get_exchanges(sign = FALSE, app_name = NULL)

Arguments

sign

logical. Should the server sign the response? Defaults to FALSE.

app_name

character. Name of app to be passed in API request. Defaults to NULL.

Value

A tibble containing details for each exchange available through the API.

References

https://min-api.cryptocompare.com

Examples

# NOT RUN {
exchanges <- get_exchanges()
head(exchanges)
# }