get_assets | R Documentation |
Get asset information on cryptocurrencies.
get_assets(asset = NULL, api_key = NULL, allowance = FALSE)
asset |
A string containing an asset symbol, e.g. btc
(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 |
A list or data frame containing data on assets.
See https://docs.cryptowat.ch/rest-api for further information
get_markets
, get_exchanges
,
get_pairs
## Not run: # Get all assets available on 'Cryptowatch' df_assets <- get_assets() # Bitcoin asset details asset_btc <- get_assets("btc") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.