https://github.com/ecklf/coingecko-rs
Rust library for the CoinGecko V3 API
https://github.com/ecklf/coingecko-rs
api coingecko rust
Last synced: 6 months ago
JSON representation
Rust library for the CoinGecko V3 API
- Host: GitHub
- URL: https://github.com/ecklf/coingecko-rs
- Owner: ecklf
- License: mit
- Created: 2021-07-10T15:46:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T10:39:48.000Z (8 months ago)
- Last Synced: 2025-03-31T18:17:58.482Z (6 months ago)
- Topics: api, coingecko, rust
- Language: Rust
- Homepage: https://crates.io/crates/coingecko
- Size: 125 KB
- Stars: 20
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coingecko
Rust library for the CoinGecko V3 API (formerly known as `coingecko-rs` crate)
![]()
## Installation
Add the following to your `Cargo.toml` file:
```toml
[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
[docs.rs](https://docs.rs/coingecko)