| Crates.io | defillama-rs |
| lib.rs | defillama-rs |
| version | 0.1.8 |
| created_at | 2025-05-06 08:52:59.659132+00 |
| updated_at | 2025-05-15 21:53:02.39348+00 |
| description | A Rust client for the DefiLlama API |
| homepage | |
| repository | https://github.com/aoikurokawa/defillama-rs |
| max_upload_size | |
| id | 1662008 |
| size | 68,568 |
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.`
Add the library to your Cargo.toml
cargo add defillama-rs
Or manually add to your Cargo.toml
[dependencies]
defillama-rs = "0.1.7"