Description Usage Arguments Value References See Also Examples
Get asset information on cryptocurrencies.
1 | 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
1 2 3 4 5 6 7 | ## 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.