3 releases (stable)
1.0.1 | Sep 2, 2022 |
---|---|
1.0.0 | Mar 24, 2022 |
0.1.0 | Oct 12, 2020 |
#38 in #market
174 downloads per month
Used in 4 crates
135KB
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.0.0"
Features
- Supports all API endpoints
- Responses are fully typed using
serde_json
- Date params using
chrono
- Market order enum params
Documentation
lib.rs
:
Rust library for the CoinGecko API.
Installation
Add the following to your Cargo.toml
file:
[dependencies]
coingecko = "1.0.0"
Dependencies
~8–20MB
~273K SLoC