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

Download history 85/week @ 2026-01-25 61/week @ 2026-02-01 35/week @ 2026-02-08 36/week @ 2026-02-15 31/week @ 2026-02-22 32/week @ 2026-03-01 137/week @ 2026-03-08 59/week @ 2026-03-15 175/week @ 2026-03-22 91/week @ 2026-03-29 97/week @ 2026-04-05 65/week @ 2026-04-12 160/week @ 2026-04-19 258/week @ 2026-04-26 70/week @ 2026-05-03 40/week @ 2026-05-10

532 downloads per month
Used in 4 crates

MIT license

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

docs.rs

Dependencies

~6–27MB
~375K SLoC