# Vaultfire FlourishingMetricsOracle Latest Value Lookup

> Vaultfire FlourishingMetricsOracle Latest Value Lookup is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches the latest aggregated value and roundId for a registered Vaultfire Flourishing Metric via FlourishingMetricsOracle.getLatestValue()

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/flourishing-metrics
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-5977034c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z9MWdXZPWady4GwSztPf6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability theloopbreaker-com-5977034c
```

Example prompt: What's the latest FlourishingMetricsOracle value and roundId for Vaultfire metric ID 42 on-chain?

## When to prefer this

Use this endpoint when you need the current canonical aggregated value and roundId for a specific Vaultfire Flourishing Metric, especially when you need the multi-oracle consensus reading rather than a raw single-oracle value. Prefer this over generic on-chain read endpoints when the target is specifically FlourishingMetricsOracle.getLatestValue().

## Known failure modes

- Invalid or unregistered metricId returns an error or empty result
- Oracle has no rounds yet for a newly registered metric — roundId may be zero or absent
- Network/RPC issues on the underlying chain cause a timeout or stale read
- Payment header missing or invalid results in HTTP 402 rejection
- Rate limiting if called too frequently without proper x402 payment

## How this service works

Read the latest value + roundId for a Vaultfire Flourishing Metric via FlourishingMetricsOracle.getLatestValue() — the multi-oracle aggregated reading for any registered metricId.

## Output

Returns the latest aggregated metric value and its associated roundId from FlourishingMetricsOracle.getLatestValue() for the specified metricId, sourced from Vaultfire's multi-oracle aggregation layer across registered mainnet chains.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-5977034c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
