ToolAssay

Live yield opportunities across DeFi, filterable by chain, protocol, token symbo

Live yield opportunities across DeFi, filterable by chain, protocol, token symbol, stablecoin-only, minimum TVL and minimum APY: pool identity, TVL in dollars, total APY split into base and reward, 1-day, 7-day and 30-day APY change, impermanent-loss risk and exposure type. Use it to find, compare or monitor where a given asset earns the most right now.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
927 msmedian answer time
$0.002listed price per call
$0.002price 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

POST https://agent402.tools/api/defi-yields

CategoryMarket data
Provider hostagent402.tools
Networksalgorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:42220, eip155:43114, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, stellar:pubnet
Payment schemesexact, upto
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 927 ms

Example input (from the provider)

{
  "body": {
    "chain": "Base",
    "limit": 5,
    "minTvlUsd": 1000000,
    "sort": "apy",
    "stablecoinOnly": true
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "chain": {
              "description": "Chain name as DefiLlama uses it (Ethereum, Base, Arbitrum, Solana, BSC, Optimism...). Case-insensitive, common aliases accepted. Omit for all chains.",
              "type": "string"
            },
            "excludeOutliers": {
              "description": "Drop pools DefiLlama flags as APY outliers (default true).",
              "type": "boolean"
            },
            "exposure": {
              "description": "\"single\" or \"multi\" asset exposure.",
              "type": "string"
            },
            "limit": {
              "description": "Rows to return (default 20, max 100).",
              "type": "number"
            },
            "maxApy": {
              "description": "Maximum total APY in percent (drops headline outliers).",
              "type": "number"
            },
            "minApy": {
              "description": "Minimum total APY in percent.",
              "type": "number"
            },
            "minTvlUsd": {
              "description": "Minimum pool TVL in USD (default 10000; pass 0 for no floor).",
              "type": "number"
            },
            "project": {
              "description": "Project slug substring (aave-v3, uniswap-v3, morpho, pendle, curve-dex...). Case-insensitive.",
              "type": "string"
            },
            "sort": {
              "description": "\"tvl\" (default) or \"apy\", descending.",
              "type": "string"
            },
            "stablecoinOnly": {
              "description": "true = only stablecoin pools.",
              "type": "boolean"
            },
            "symbol": {
              "description": "Token symbol filter, e.g. USDC or WETH-USDC; matches any leg of the pool symbol (case-insensitive).",
              "type": "string"
            }
          },
          "required": []
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cached": {
              "type": "boolean"
            },
            "count": {
              "type": "integer"
            },
            "fetchedAt": {
              "type": "string"
            },
            "filters": {
              "type": "object"
            },
            "matched": {
              "type": "integer"
            },
            "pools": {
              "type": "array"
            },
            "sort": {
              "type": "string"
            },
            "source": {
              "type": "string"
            }
          },
          "required": [
            "source",
            "fetchedAt",
            "cached",
            "filters",
            "sort",
            "matched",
            "count",
            "pools"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON