{
  "x402Version": 2,
  "id": 4132,
  "slug": "4132",
  "resource": "https://api.tickersfeed.net/defi/yields",
  "description": "Top DeFi yield farming pools ranked by APY across 500+ protocols and chains — pool, protocol, chain, APY, and TVL as JSON. Filterable by chain and minimum TVL. Use for: best DeFi yields, stablecoin APY comparison, yield farming opportunities, where to earn on USDC. $0.001 USDC per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xE82EBef57Fa5aF958B8ECB6843D4327d314F59E3",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "defi",
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "base",
            "limit": 10,
            "min_tvl": 10000000
          },
          "type": "http"
        },
        "output": {
          "example": {
            "pools": [
              {
                "apy_total": 4.5,
                "chain": "ethereum",
                "project": "Aave",
                "symbol": "USDC",
                "tvl_usd": 500000000
              }
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": "/defi/yields",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "chain": {
                    "description": "Filter by blockchain (ethereum, base, arbitrum)",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max results, up to 50 (default 20)",
                    "type": "number"
                  },
                  "min_tvl": {
                    "description": "Minimum pool TVL in USD (default 10000000)",
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.tickersfeed.net",
  "lastUpdated": "2026-09-16T18:11:27.509Z",
  "quality": {
    "calls30d": 28,
    "uniquePayers30d": 23,
    "lastCalledAt": "2026-09-16T18:11:27.256Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.tickersfeed.net",
    "manifest_name": "api.tickersfeed.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}