# Syra DeFi TVL Insights

> Syra DeFi TVL Insights is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns total value locked (TVL) insights and analytics for DeFi markets.

## Facts

- Endpoint: GET https://api.syraa.fun/insights/defi-tvl
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syra-defi-tvl-insights-06390815
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fKITMPJsb2SOz_jxy4eHZ

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 syra-defi-tvl-insights-06390815
```

Example prompt: Can you pull the latest total value locked insights for DeFi markets from Syra right now?

## When to prefer this

Use this endpoint when an agent needs current DeFi TVL metrics or market-size analytics for decentralized finance protocols. Prefer over generic crypto price endpoints when the user specifically asks about total value locked or DeFi ecosystem health rather than token prices or trading volume.

## Known failure modes

- Data unavailable if upstream DeFi data sources are down
- HTTP 402 if payment of $0.05 USDC is not provided
- No query parameters accepted so no invalid input errors expected
- May return stale data if DeFi indexers are lagging

## How this service works

Returns insights and metrics for total value locked across DeFi protocols.

## Output

A response containing total value locked (TVL) insights for DeFi markets, including aggregate TVL figures and potentially protocol-level breakdowns or trend indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "schema": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syra-defi-tvl-insights-06390815/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syraa.fun](https://www.zero.xyz/host/api.syraa.fun/llms.txt)
