Description Usage Arguments Value References Examples
get_exchanges provides details on each exchange available through the
API
| 1 | get_exchanges(sign = FALSE, app_name = NULL)
 | 
| 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. | 
A tibble containing details for each exchange available through the API.
https://min-api.cryptocompare.com
| 1 2 3 4 5 | ## Not run: 
exchanges <- get_exchanges()
head(exchanges)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.