Expand description
CoinGecko cryptocurrency data (requires crypto feature).
Keyless shortcuts, the crypto counterpart to finance.
Market::crypto_trending and
crypto_global reach the same
data through provider routing when other CRYPTO providers are configured.
Structs§
- Coin
Quote - A cryptocurrency quote from CoinGecko.
- Global
Crypto Stats - Aggregate global cryptocurrency market statistics, from CoinGecko’s
/global. - Symbol
Match - A symbol matched by a search or listing query.
- Trending
Coin - A coin trending in the last 24h, from CoinGecko’s
/search/trending.
Functions§
- coin
- Fetch a single coin by its CoinGecko ID (e.g.,
"bitcoin","ethereum"). - coins
- Fetch the top
countcryptocurrencies by market cap. - global
- Fetch aggregate global cryptocurrency market statistics.
- search
- Search CoinGecko’s coin catalog by free-text query, as canonical
SymbolMatches.limittruncates the result — CoinGecko’s/searchtakes no page size and returns every match in one response. - trending
- Fetch coins trending in the last 24h as canonical
TrendingCoins.