Expand description
§quiverquant.rs
QuiverQuant API Wrapper for Rust.
Here is a simple example of using the Client
use quiverquant::Client;
#[tokio::main]
async fn main() {
let client = Client::new("<api-key>");
let recent_lobbying = client.lobbying().await;
}
See the models
module for more info on the types related to the individual DataSets
Modules§
Structs§
- QuiverQuant API client