Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 580 Bytes

File metadata and controls

29 lines (20 loc) · 580 Bytes

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.4"
# If you want to use rustls-tls
# coingecko = { version = "1.1.4", 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