{
  "x402Version": 2,
  "id": 5961,
  "slug": "5961",
  "resource": "https://x402.shizu.me/llama/yields",
  "description": "Every DefiLlama yield pool, filtered and sorted server-side so you don't fetch the 11MB index. Query: chain, project, symbol, min_tvl (USD), min_apy (%), stablecoin (true/false), sort (tvl|apy), limit (1-100). Each pool: project, chain, symbol, tvl_usd, apy, apy_base, apy_reward, stablecoin, il_risk, exposure. APYs move — poll it.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "Base",
            "limit": "20",
            "min_tvl": "1000000",
            "sort": "apy"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 20,
            "pools": [
              {
                "apy": 18.4,
                "apy_base": 12.1,
                "apy_reward": 6.3,
                "chain": "Base",
                "exposure": "multi",
                "il_risk": "yes",
                "pool": "abc",
                "project": "aerodrome",
                "stablecoin": false,
                "symbol": "USDC-ETH",
                "tvl_usd": 4200000
              }
            ],
            "source": "defillama",
            "total_pools": 15981
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "chain": {
                    "type": "string"
                  },
                  "limit": {
                    "type": "string"
                  },
                  "min_tvl": {
                    "type": "string"
                  },
                  "sort": {
                    "type": "string"
                  }
                },
                "required": [
                  "chain",
                  "min_tvl",
                  "sort",
                  "limit"
                ],
                "type": "object"
              }
            },
            "required": [
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.shizu.me",
  "lastUpdated": "2026-08-30T03:34:44.484Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T03:34:44.15Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.shizu.me",
    "manifest_name": "x402.shizu.me",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}