get_coins: List all available coins.

Description Usage Arguments Value References Examples

View source: R/public_api.R

Description

get_coins provides general information about all coins available through the CryptoCompare API.

Usage

1
get_coins(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 coin available through the API.

References

https://min-api.cryptocompare.com

Examples

1
2
3
4
5
## Not run: 
coins <- get_coins()
head(coins)

## End(Not run)

blairj09/cryptor documentation built on May 23, 2019, 7:32 a.m.