# DeFiLlama TVL Proxy — Real-Time DeFi Protocol TVL

> DeFiLlama TVL Proxy — Real-Time DeFi Protocol TVL is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns real-time Total Value Locked (TVL) data for 7000+ DeFi protocols across 500+ blockchain networks, powered by DeFiLlama.

## Facts

- Endpoint: GET https://proxy.suverse.io/v1/data/defillama-tvl
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-suverse-io-06e7f9c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_19JLg3RvBMLDVgs0wgFc7

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 proxy-suverse-io-06e7f9c1
```

Example prompt: What's the current total value locked across DeFi protocols right now? Pull the latest TVL data from DeFiLlama — I want to see how big the DeFi market is across all chains.

## When to prefer this

Use this endpoint when you need broad, real-time TVL data covering thousands of DeFi protocols across hundreds of chains in a single call. Prefer this over scraping DeFiLlama directly or using narrower DEX-specific endpoints when you need a comprehensive market-wide TVL snapshot.

## Known failure modes

- DeFiLlama upstream outage causing stale or missing data
- Rate limiting or payment failure (x402 payment not processed) returning 402 status
- Network timeout if DeFiLlama API is slow to respond
- Empty or partial data if specific protocols are temporarily unavailable

## How this service works

Real-time Total Value Locked TVL for 7000+ DeFi protocols across 500+ networks. Powered by DeFiLlama. AI agent DeFi protocol ranker, multi-chain TVL aggregator, capital flow monitor, pay-per-call USDC.

## Output

Returns real-time TVL figures for 7000+ DeFi protocols spanning 500+ networks, aggregated and sourced from DeFiLlama. Includes per-protocol and possibly aggregate TVL values in USD.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-suverse-io-06e7f9c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
