Pendle · Schema

GetPendleEmissionResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
markets array List of markets with their emission breakdown
View JSON Schema on GitHub

JSON Schema

GetPendleEmissionResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetPendleEmissionResponse",
  "type": "object",
  "properties": {
    "markets": {
      "description": "List of markets with their emission breakdown",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketEmission"
      }
    }
  },
  "required": [
    "markets"
  ]
}