# SuVerse DeFi TVL by Chain

> SuVerse DeFi TVL by Chain is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns total value locked (TVL) across 300+ blockchain networks with 24h and 7d changes, sourced from DeFiLlama in real-time.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-defi-tvl-chain
- Price: $0.01/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-2847c9c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g6iZ3DPZ_kMejFE3WvUKq

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-2847c9c3 -d '<json body>'
```

Example prompt: Pull the latest DeFi TVL for all 300+ blockchain networks and tell me which chains had the biggest 24-hour and 7-day changes — I want to see where capital is rotating right now.

## When to prefer this

Use this endpoint when you need a comprehensive, real-time snapshot of DeFi TVL across all chains simultaneously — especially for cross-chain comparisons, capital rotation analysis, or ecosystem growth tracking. Prefer it over single-chain explorers when breadth (300+ chains) and time-series delta (24h/7d changes) are both needed.

## Known failure modes

- DeFiLlama upstream unavailability may result in stale or empty data
- Payment not processed (x402 payment required before response)
- Network timeout for large multi-chain response payloads
- Invalid or missing POST body format may return 400 error

## How this service works

Total Value Locked TVL per blockchain where DeFi exists. Chain name, current TVL USD, 24h change, 7d change, chain ID. AI agent chain growth tracker, capital rotation analyzer, Ethereum vs L2 market share, emerging ecosystem detector. 300+ chains. DeFiLlama.

## Output

A list of all 300+ chains with each chain's name, chain ID, current TVL in USD, 24-hour percentage or absolute change, and 7-day percentage or absolute change — giving a complete cross-chain DeFi market snapshot.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "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-2847c9c3/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)
