{
  "x402Version": 2,
  "id": 224,
  "slug": "224",
  "resource": "https://crypto.apitoll.cloud/v1/crypto/yields",
  "description": "Highest-yield DeFi pools across every chain and protocol, filterable by chain, project, or asset symbol: each pool returns TVL in USD, total APY with base/reward split, stablecoin flag, impermanent-loss risk, and exposure. Sort by APY or TVL, and set sustainable=true to exclude IL-risky pure reward-emission farms. Find where to earn yield on USDC, ETH, SOL and more. Sourced from DefiLlama.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "Base",
            "sort": "apy",
            "sustainable": true,
            "symbol": "USDC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "filters": {
              "chain": "base",
              "sort": "apy",
              "sustainable": true,
              "symbol": "usdc"
            },
            "pools": [
              {
                "apy": 5.12,
                "apyBase": 4.9,
                "apyMean30d": 5.03,
                "apyReward": 0.22,
                "chain": "Base",
                "exposure": "single",
                "ilRisk": "no",
                "outlier": false,
                "pool": "abc",
                "predictedClass": "Stable/Up",
                "project": "aave-v3",
                "stablecoin": true,
                "symbol": "USDC",
                "tvlUsd": 12500000
              }
            ],
            "source": {
              "name": "DefiLlama"
            },
            "totalMatching": 42
          },
          "type": "json"
        }
      },
      "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 to one chain (exact, case-insensitive): Ethereum, Solana, Base, Arbitrum…",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max pools returned (1–100, default 20).",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "minTvlUsd": {
                    "description": "Minimum pool TVL in USD (default 10000 to hide dust).",
                    "type": "number"
                  },
                  "project": {
                    "description": "Filter by protocol/project substring: aave, lido, uniswap…",
                    "type": "string"
                  },
                  "sort": {
                    "description": "Sort key (default tvl).",
                    "enum": [
                      "tvl",
                      "apy"
                    ],
                    "type": "string"
                  },
                  "sustainable": {
                    "description": "When true, keep only real-yield pools: no impermanent-loss risk, an organic base APY that outweighs reward-token emissions, and a plausible APY (drops transient spikes).",
                    "type": "boolean"
                  },
                  "symbol": {
                    "description": "Filter by pool asset substring: USDC, ETH, SOL…",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "count": {
                    "type": "number"
                  },
                  "filters": {
                    "properties": {
                      "chain": {
                        "type": "string"
                      },
                      "sort": {
                        "type": "string"
                      },
                      "sustainable": {
                        "type": "boolean"
                      },
                      "symbol": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "pools": {
                    "items": {
                      "properties": {
                        "apy": {
                          "type": "number"
                        },
                        "apyBase": {
                          "type": "number"
                        },
                        "apyMean30d": {
                          "type": "number"
                        },
                        "apyReward": {
                          "type": "number"
                        },
                        "chain": {
                          "type": "string"
                        },
                        "exposure": {
                          "type": "string"
                        },
                        "ilRisk": {
                          "type": "string"
                        },
                        "outlier": {
                          "type": "boolean"
                        },
                        "pool": {
                          "type": "string"
                        },
                        "predictedClass": {
                          "type": "string"
                        },
                        "project": {
                          "type": "string"
                        },
                        "stablecoin": {
                          "type": "boolean"
                        },
                        "symbol": {
                          "type": "string"
                        },
                        "tvlUsd": {
                          "type": "number"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "source": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "totalMatching": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "crypto.apitoll.cloud",
  "lastUpdated": "2026-08-30T00:06:32.577Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-08-30T00:06:32.342Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "crypto.apitoll.cloud",
    "manifest_name": "crypto.apitoll.cloud",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}