8000 GitHub - ecklf/coingecko-rs: Rust library for the CoinGecko V3 API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ecklf/coingecko-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust library for the CoinGecko V3 API

Topics

Resources

License

Stars

Watchers

Forks

Contributors 7

Languages

0