global: snapshot

This commit is contained in:
nym21
2026-01-12 11:39:44 +01:00
parent 8fe0af349d
commit 1b9e18f98b
33 changed files with 7603 additions and 7968 deletions

View File

@@ -60,7 +60,7 @@ fn main() -> brk_client::Result<()> {
println!("Last 3 circulating supply values: {:?}", circulating);
// Using generic metric fetching
let metricdata = client.get_metric_by_index(
let metricdata = client.get_metric(
Metric::from("price_close"),
Index::DateIndex,
Some(-3),