ToolAssay

DeFi yield and APY across pools

DeFi yield and APY across pools. Returns the top yield-farming pools via DefiLlama with current APY, base and reward APY split, TVL, chain, and project, filterable by chain, project, symbol, stablecoin-only, minimum TVL, and minimum APY. For yield discovery and comparing APY across protocols. Keyless.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
165 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.kadec0.xyz/v1/yield-pools

CategoryMarket data
Provider hostapi.kadec0.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days18 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 165 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "chain": "Ethereum",
    "maxItems": "10",
    "minTvl": "5000000",
    "stablecoin": "true"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "chain": {
              "description": "e.g. Ethereum|Arbitrum|Solana",
              "type": "string"
            },
            "maxItems": {
              "default": "25",
              "type": "string"
            },
            "minApy": {
              "default": "0",
              "type": "string"
            },
            "minTvl": {
              "default": "1000000",
              "type": "string"
            },
            "project": {
              "description": "e.g. aave-v3|lido|uniswap-v3",
              "type": "string"
            },
            "stablecoin": {
              "description": "true -> stablecoin pools only",
              "type": "string"
            },
            "stablecoinOnly": {
              "description": "Alias for stablecoin; stablecoin takes precedence if both are supplied",
              "type": "string"
            },
            "symbol": {
              "description": "pool symbol substring, e.g. USDC|ETH",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON