Niraj-Kamdar / coingecko-rs

Rust library for the CoinGecko V3 API

Home Page:https://crates.io/crates/coingecko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rust library for the CoinGecko V3 API

https://crates.io/crates/coingecko

License:MIT License


Languages

Language:Rust 100.0%