getAssets {KrakenR} | R Documentation |
This function fetches detailed asset information from the Kraken API, either for all available assets or a specified subset.
getAssets(assets = "All")
assets |
A character vector specifying the assets to retrieve. Use "All" to fetch data for all assets. For specific assets, provide their abbreviations (e.g., "ADA" or c("BTC", "ETH")). Default is "All". |
A data frame containing detailed information about the requested assets.
getAssets()
getAssets("ETH")
getAssets(c("BTC", "AAVE", "ADA"))