# GetDigitalCraft DeFi Protocols Ranked by TVL

> GetDigitalCraft DeFi Protocols Ranked by TVL is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a ranked list of 8,000+ DeFi protocols by total value locked (TVL), including 1-day and 7-day change, filterable by chain or category

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/defi-protocols
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-defi-protocols-ranked-by-tvl-f866d679
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oz-ILQyYqq9daI_BJLkB7

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 getdigitalcraft-defi-protocols-ranked-by-tvl-f866d679
```

Example prompt: Show me the top DeFi protocols right now ranked by TVL, including how much they've changed over the last day and 7 days — filter to just Ethereum if you can.

## When to prefer this

Use this endpoint when you need a broad, ranked overview of DeFi protocols by TVL across many protocols (8,000+), especially when you want to compare 1-day and 7-day trends or filter by chain or category. Prefer the single-protocol detail endpoint when you need deep per-chain breakdown for one specific protocol.

## Known failure modes

- Invalid chain or category filter returns empty or error response
- Upstream DeFiLlama data unavailable causes stale or missing data
- Rate limiting or payment failure returns 402 or 429 error
- Protocol data may lag real-time on-chain state by minutes to hours

## How this service works

DeFi protocols ranked by TVL, with 1d and 7d change. Filter by chain or category across 8,000+ protocols

## Output

A ranked list of 8,000+ DeFi protocols with each protocol's name, total value locked (TVL), 1-day TVL change, 7-day TVL change, associated blockchain chain(s), and category (e.g. DEX, lending, yield). Results can be filtered by chain or category.

## 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"
     ],
     "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/getdigitalcraft-defi-protocols-ranked-by-tvl-f866d679/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
