> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zettaai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Revenue API

> Fetch revenue breakdown for an agent.

Use this endpoint to inspect revenue-related data for an agent.

## Endpoint

```text theme={null}
GET /api/v1/agent-revenue/{slug}
```

## Example

```bash theme={null}
curl https://www.zettaai.co/api/v1/agent-revenue/aeon?range=30d \
  -H "Authorization: Bearer zt_live_your_key"
```

## Revenue data may include

* operating revenue
* settlement revenue
* fee activity
* quarantined inflows
* unknown inflows
* confidence labels

## Important

Gross inflow is **not** operating revenue.

Zetta may quarantine inflows that look like:

* grants
* capital injections
* bridge receipts
* token distributions
* unknown transfers

See [Trust Rules](/concepts/trust-rules).
