Pendle · Schema

GetActiveMarketsResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
markets array active market list
View JSON Schema on GitHub

JSON Schema

GetActiveMarketsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetActiveMarketsResponse",
  "type": "object",
  "properties": {
    "markets": {
      "description": "active market list",
      "example": [
        {
          "name": "crvUSD",
          "address": "0x386f90eb964a477498b528a39d9405e73ed4032b",
          "expiry": "2024-03-28T00:00:00.000Z",
          "pt": "1-0xb87511364014c088e30f872efc4a00d7efb843ac",
          "yt": "1-0xed97f94dd94255637a054098604e0201c442a3fd",
          "sy": "1-0xe05082b184a34668cd8a904d85fa815802bbb04c",
          "underlyingAsset": "1-0xb27d1729489d04473631f0afaca3c3a7389ac9f8",
          "details": {
            "liquidity": 1000000,
            "pendleApy": 0.05,
            "impliedApy": 0.05,
            "feeRate": 0.001,
            "yieldRange": {
              "min": 0.01,
              "max": 0.02
            },
            "aggregatedApy": 0.1,
            "maxBoostedApy": 0.1
          },
          "isNew": true,
          "isPrime": true,
          "timestamp": "2025-03-18T00:00:00.000Z",
          "categoryIds": [
            "stables"
          ]
        },
        {
          "name": "USD0++",
          "address": "0x64506968e80c9ed07bff60c8d9d57474effff2c9",
          "expiry": "2025-01-30T00:00:00.000Z",
          "pt": "1-0x61439b9575278054d69c9176d88fafaf8319e4b7",
          "yt": "1-0x9697e1ef258b847275e1b32f8a57b3a7e2f8ec50",
          "sy": "1-0x52453825c287ddef62d647ce51c0979d27c461f7",
          "underlyingAsset": "1-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",
          "details": {
            "liquidity": 1000000,
            "pendleApy": 0.05,
            "impliedApy": 0.05,
            "feeRate": 0.001,
            "yieldRange": {
              "min": 0.01,
              "max": 0.02
            },
            "aggregatedApy": 0.1,
            "maxBoostedApy": 0.1
          },
          "isNew": false,
          "isPrime": false,
          "timestamp": "2025-02-18T00:00:00.000Z",
          "categoryIds": [
            "rwa"
          ]
        }
      ],
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketData"
      }
    }
  },
  "required": [
    "markets"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/GetActiveMarketsResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.