defillama-rs

Crates.iodefillama-rs
lib.rsdefillama-rs
version0.1.8
created_at2025-05-06 08:52:59.659132+00
updated_at2025-05-15 21:53:02.39348+00
descriptionA Rust client for the DefiLlama API
homepage
repositoryhttps://github.com/aoikurokawa/defillama-rs
max_upload_size
id1662008
size68,568
Aoi Kurokawa (aoikurokawa)

documentation

README

Defillama API Rust Library

Overview

defillama-rs is a Rust client library for interacting with the DefiLlama API. DefiLlama is a popular aggregator of decentralized finance (DeFi) data, providing metrics on protocols, TVL (Total Value Locked), yields, and more across multiple blockchains. This library wraps the DefiLlama API endpoints in an idiomatic Rust interface, making it easy to integrate DeFi data into your Rust applications.`

Installation

Add the library to your Cargo.toml

cargo add defillama-rs

Or manually add to your Cargo.toml

[dependencies]
defillama-rs = "0.1.7"

References

Commit count: 24

cargo fmt