# DeFi Intel Agent Gateway - Protocol Health Metrics

> DeFi Intel Agent Gateway - Protocol Health Metrics is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-16).

Returns real-time health metrics for a DeFi protocol including TVL, interest rates, and reserve data by protocol ID

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/protocols/:id/health
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-agent-gateway-protocol-health-metrics-2d3d7dc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_faMteXRGBa-wZNySHt6sG

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 defi-intel-agent-gateway-protocol-health-metrics-2d3d7dc2 -d '<json body>'
```

Example prompt: What's the current health of the Aave protocol — can you pull its TVL, reserve levels, and interest rates right now?

## When to prefer this

Choose this endpoint when you need a fast, structured snapshot of a specific DeFi protocol's health metrics (TVL, rates, reserves) without parsing raw blockchain data. Ideal for pre-trade due diligence, yield comparison, or populating dashboards. Prefer this over general web scraping when you need typed, normalized protocol data rather than raw HTML or markdown from a DeFi analytics site.

## Known failure modes

- Invalid or unrecognized protocol ID returns a 404 or error response
- Protocol data temporarily unavailable due to upstream RPC issues
- Payment not fulfilled triggers 402 response blocking data access
- Malformed path parameter causes request rejection
- Rate limiting if quota is exceeded

## How this service works

Protocol health metrics (TVL, rates, reserves)

## Output

A JSON object containing DeFi protocol health indicators for the specified protocol ID, including total value locked (TVL), current interest/borrow/supply rates, and reserve amounts. Response is compact and suitable for agent consumption.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-agent-gateway-protocol-health-metrics-2d3d7dc2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
