# SYNTHORA Protocol Revenue

> SYNTHORA Protocol Revenue is a paid API for AI agents from protocol-revenue.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves real-time fee revenue and 24h/7d/30d earnings data for any DeFi protocol using the DefiLlama Fees API

## Facts

- Endpoint: POST https://protocol-revenue.hergertsynthora.com/service
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-protocol-revenue-43dd5b16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vf6sKT0klXin8gMXV6aqB

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-43dd5b16 -d '<json body>'
```

Example prompt: Can you pull the real-time fee revenue for Uniswap, including its 24h, 7d, and 30d earnings?

## When to prefer this

Choose this endpoint when you need real-time, structured fee revenue and earnings data for a specific DeFi protocol across multiple time windows (24h, 7d, 30d). It is ideal for building protocol analytics dashboards, conducting DeFi research, or evaluating protocol profitability, and is powered by DefiLlama's comprehensive fees dataset. Prefer this over general blockchain explorers when you need fee-specific earnings metrics rather than raw transaction data.

## Known failure modes

- Unknown or misspelled protocol name returns empty or null result object
- Protocol not tracked by DefiLlama returns no data
- Network or upstream DefiLlama API outage causes timeout or error
- Malformed input string may return validation error
- Payment failure via x402 may result in request rejection

## How this service works

Real-time fee revenue and 24h/7d/30d earnings for any DeFi protocol via DefiLlama Fees API.

## Output

Returns a JSON object containing real-time fee revenue metrics for the requested DeFi protocol, including 24-hour, 7-day, and 30-day earnings figures sourced from the DefiLlama Fees API, along with a payment receipt confirming the x402 microtransaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Real-time fee revenue and 24h/7d/30d earnings for any DeFi protocol via DefiLlama Fees API."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "protocol_revenue",
  "result": {},
  "receipt": {
   "alg": "ed25519"
  }
 }
}
```

## More

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