# GetDigitalCraft DeFi Yields

> GetDigitalCraft DeFi Yields 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-15).

Returns the highest-APY DeFi liquidity pools across 15,000+ pools, filterable by chain or project, with TVL and 30-day mean APY

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/defi-yields
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-defi-yields-18f44f6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SShUHSJTZJAeWCxlU3Lot

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-yields-18f44f6e
```

Example prompt: Find me the highest-APY DeFi liquidity pools right now — show the TVL and 30-day average APY for the top pools, and filter it to just Ethereum if you can.

## When to prefer this

Use this endpoint when you need a broad, ranked view of DeFi yield opportunities across many protocols and chains simultaneously. It is better than a single-protocol TVL endpoint when the goal is yield optimization or cross-chain comparison rather than deep protocol analysis. Ideal for agents doing portfolio allocation, yield farming research, or DeFi opportunity discovery.

## Known failure modes

- Upstream DeFi data provider unavailable — may return 500 or stale data
- Invalid chain or project filter returns empty result set
- Rate limiting or payment failure returns 402 with no data
- Data freshness lag if underlying liquidity pool data is not updated in real time

## How this service works

Highest-APY DeFi pools across 15,000+, filterable by chain or project, with TVL and 30-day mean APY

## Output

A ranked list of DeFi liquidity pools with their pool name, associated project, chain, current APY, 30-day mean APY, and total value locked (TVL). Covers 15,000+ pools and can be filtered by blockchain network or project name.

## 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-yields-18f44f6e/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)
