3 releases (stable)

1.0.1 Sep 2, 2022
1.0.0 Mar 24, 2022
0.1.0 Oct 12, 2020

#20 in #market

Download history 15/week @ 2023-12-10 5/week @ 2023-12-17 10/week @ 2023-12-24 35/week @ 2023-12-31 31/week @ 2024-01-07 18/week @ 2024-01-14 47/week @ 2024-01-21 44/week @ 2024-01-28 47/week @ 2024-02-04 34/week @ 2024-02-11 33/week @ 2024-02-18 105/week @ 2024-02-25 64/week @ 2024-03-03 85/week @ 2024-03-10 45/week @ 2024-03-17

302 downloads per month
Used in 4 crates

MIT license

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

docs.rs


lib.rs:

Rust library for the CoinGecko API.

Installation

Add the following to your Cargo.toml file:

[dependencies]
coingecko = "1.0.0"

Dependencies

~7–21MB
~311K SLoC