Features
- Simple - Current prices for coins
- Coins - Detailed coin data, historical prices, markets
- Categories - Coin categories and market data
- Exchanges - Exchange info, tickers, volume
- Derivatives - Derivatives exchanges and data
- NFTs - NFT collections, floor prices, market data
- On-chain - On-chain DEX data (Pro)
- Global - Global crypto statistics
- Treasury - Company crypto holdings
Installation
[]
= "0.1"
= { = "1", = ["full"] }
Quick Start
use Client;
async
Pro API
// Pro tier with API key
let client = pro?;
let markets = client.coins.markets.await?;
Environment Variables
COINGECKO_API_KEY- Your CoinGecko Pro API key (optional, for higher rate limits)
Terms of Service
This is an unofficial client. By using this library, you agree to comply with CoinGecko's Terms of Service.
Disclaimer
This crate is not affiliated with or endorsed by CoinGecko.
License
MIT