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

#26 in #market

Download history 41/week @ 2024-11-16 57/week @ 2024-11-23 80/week @ 2024-11-30 70/week @ 2024-12-07 43/week @ 2024-12-14 96/week @ 2024-12-21 18/week @ 2024-12-28 127/week @ 2025-01-04 245/week @ 2025-01-11 154/week @ 2025-01-18 57/week @ 2025-01-25 77/week @ 2025-02-01 643/week @ 2025-02-08 202/week @ 2025-02-15 114/week @ 2025-02-22 91/week @ 2025-03-01

1,062 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


lib.rs:

Rust library for the CoinGecko API.

Installation

Add the following to your Cargo.toml file:

[dependencies]
coingecko = "1.1.3"

Dependencies

~7–24MB
~374K SLoC