7 releases (stable)
| 1.1.3 | Feb 9, 2025 |
|---|---|
| 1.1.2 | Feb 8, 2025 |
| 1.0.1 | Sep 2, 2022 |
| 1.0.0 | Mar 24, 2022 |
| 0.1.0 | Oct 12, 2020 |
#184 in #cryptocurrency
532 downloads per month
Used in 4 crates
140KB
3.5K
SLoC
coingecko
Rust library for the CoinGecko V3 API (formerly known as coingecko-rs crate)
Installation
Add the following to your Cargo.toml file:
[dependencies]
coingecko = "1.1.3"
# If you want to use rustls-tls
# coingecko = { version = "1.1.3", features = ["rustls-tls"] }
Features
- Supports all API endpoints
- Responses are fully typed using
serde_json - Date params using
chrono - Market order enum params
Documentation
Dependencies
~6–27MB
~375K SLoC