# SYNTHORA Protocol Revenue Lite

> SYNTHORA Protocol Revenue Lite is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns live protocol revenue metrics (24h, 7d, 30d) with 1d and 7d changes for any DeFi protocol by its DefiLlama slug

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/protocol-revenue-lite
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-protocol-revenue-lite-9d482a2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tn-QwciKHDRxqh-fb6yqR

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 synthora-protocol-revenue-lite-9d482a2e -d '<json body>'
```

Example prompt: What's Aave's protocol revenue for the last 24 hours, 7 days, and 30 days, and how has it changed day-over-day and week-over-week?

## When to prefer this

Use this endpoint when you need live, structured protocol revenue data for any DeFi protocol listed on DefiLlama, especially when you need multi-window metrics (24h/7d/30d) and change deltas in a single call. Prefer this over scraping DefiLlama directly or building your own aggregation when cost-per-call efficiency matters at $0.01 USDC.

## Known failure modes

- Unknown or misspelled protocol slug returns an error or empty result
- DefiLlama API downtime causes upstream fetch failure
- Protocol exists on DefiLlama but has no revenue data tracked (returns nulls or zeros)
- Rate limiting or payment failure results in 402 or 429 response

## How this service works

SYNTHORA protocol-revenue-lite: Protocol Revenue Lite: live protocol REVENUE (24h/7d/30d + 1d/7d change) for any DefiLlama protocol slug, from api.llama.fi. POST {"protocol":"aave"}.

## Output

Returns structured revenue data for the requested DefiLlama protocol slug, including revenue figures for the 24-hour, 7-day, and 30-day windows, plus percentage or absolute change values for the 1-day and 7-day periods, sourced live from api.llama.fi.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "protocol": {
   "type": "string",
   "description": "DefiLlama protocol slug, e.g. aave"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-protocol-revenue-lite-9d482a2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
