3 releases (stable)

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

#38 in #market

Download history 27/week @ 2024-07-26 31/week @ 2024-08-02 22/week @ 2024-08-09 39/week @ 2024-08-16 24/week @ 2024-08-23 24/week @ 2024-08-30 25/week @ 2024-09-06 33/week @ 2024-09-13 47/week @ 2024-09-20 47/week @ 2024-09-27 23/week @ 2024-10-04 39/week @ 2024-10-11 41/week @ 2024-10-18 32/week @ 2024-10-25 61/week @ 2024-11-01 36/week @ 2024-11-08

174 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

~8–20MB
~273K SLoC