Pendle · Schema

GetMarketsCrossChainResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
markets array List of all whitelisted Pendle markets across all supported chains
View JSON Schema on GitHub

JSON Schema

GetMarketsCrossChainResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetMarketsCrossChainResponse",
  "type": "object",
  "properties": {
    "markets": {
      "description": "List of all whitelisted Pendle markets across all supported chains",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketCrossChainData"
      }
    }
  },
  "required": [
    "markets"
  ]
}