Skip to content
Eden Engine

DeFi Yield Pool Rankings by APY or TVL

omnial/onchain-yield-ranking

Given a DeFi protocol like aave, uniswap, or lido, lists its individual yield pools ranked by APY or total value locked, with each pool's symbol, base and reward APY split, TVL in USD, and its on-chain pool and token addresses.

activeper callv1
Provider
Web & Business Data Network
Category
yields
Provider price
$0.01638 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "project"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "description": "Results per page. Example: 20. Defaults to 20."
    },
    "order": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string",
      "default": "desc",
      "description": "Sort direction. Example: desc. Defaults to \"desc\"."
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Pagination offset. Example: 0. Defaults to 0."
    },
    "project": {
      "type": "string",
      "minLength": 1,
      "description": "Filter by protocol name like lido, aave, or uniswap. Example: aave."
    },
    "sort_by": {
      "enum": [
        "apy",
        "tvl_usd"
      ],
      "type": "string",
      "default": "apy",
      "description": "Ranking metric: apy or tvl_usd. When sorted by apy, only pools with TVL >= $100k are included. Example: apy. Defaults to \"apy\"."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "apy": {
            "type": "number",
            "description": "Total APY percent (base + reward)."
          },
          "symbol": {
            "type": "string",
            "description": "The pool's token symbol or pair, e.g. 'USDC', 'WETH-FOREX'."
          },
          "project": {
            "type": "string",
            "description": "Protocol name, e.g. 'aave', 'uniswap'."
          },
          "tvl_usd": {
            "type": "number",
            "description": "Total value locked in the pool, in USD."
          },
          "version": {
            "type": "string",
            "description": "Protocol version string, e.g. '2', '3', '4'. Observed as a string, not a number."
          },
          "apy_base": {
            "type": "number",
            "description": "Base APY percent, excluding reward emissions."
          },
          "apy_reward": {
            "type": "number",
            "description": "Reward-emission APY percent. Observed 0 on every pool in both fixtures."
          },
          "pool_address": {
            "type": "string",
            "description": "The pool's on-chain contract address (hex). A public blockchain identifier, not a person's or company's contact address."
          },
          "token_address": {
            "type": "string",
            "description": "The underlying token's on-chain contract address (hex). A public blockchain identifier, not a person's or company's contact address."
          }
        },
        "additionalProperties": false
      },
      "description": "One entry per pool, in the requested sort order."
    },
    "meta": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer",
          "description": "Echoes the requested (or defaulted) limit."
        },
        "cached": {
          "type": "boolean",
          "description": "Whether this response was served from the provider's cache."
        },
        "offset": {
          "type": "integer",
          "description": "Echoes the requested (or defaulted) offset."
        }
      },
      "additionalProperties": false
    }
  },
  "description": "The yield ranking response, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": false
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.01638
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026