coingecko

Crates.iocoingecko
lib.rscoingecko
version1.1.3
created_at2020-10-12 03:44:13.860135+00
updated_at2025-02-09 10:40:01.71697+00
descriptionRust library for the CoinGecko V3 API
homepage
repositoryhttps://github.com/ecklf/coingecko-rs
max_upload_size
id298532
size139,427
Florentin / 珞辰 (ecklf)

documentation

https://docs.rs/coingecko

README

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

Commit count: 49

cargo fmt