{
  "x402Version": 2,
  "id": 329,
  "slug": "329",
  "resource": "https://api.kadec0.xyz/v1/yield-pools",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "Ethereum",
            "maxItems": "10",
            "minTvl": "5000000",
            "stablecoin": "true"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "apy": 2.284,
                "apyBase": 2.284,
                "chain": "Ethereum",
                "exposure": "single",
                "ilRisk": "no",
                "project": "lido",
                "stablecoin": false,
                "symbol": "STETH",
                "tvlUsd": 15508339626,
                "type": "yield_pool"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-16T17:51:29.02Z",
  "quality": {
    "calls30d": 18,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-16T17:51:28.631Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}