coingecko_coins {cryptotrackr} | R Documentation |
coingecko_coins
Description
coingecko_coins
Usage
coingecko_coins(include_platform = NULL, timeout_seconds = 60)
Arguments
include_platform |
optionally select either "true" or "false" to include platform contract tokens. |
timeout_seconds |
seconds until the query times out. Default is 60. |
Value
returns a dataframe containing all coins on CoinGecko and their respective ids, symbols, and names
Examples
coingecko_coins(timeout_seconds = 4.5)
[Package cryptotrackr version 1.3.3 Index]