Pendle · Schema

YieldRangeResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
min number Minimum historical implied APY for this market
max number Maximum historical implied APY for this market
View JSON Schema on GitHub

JSON Schema

YieldRangeResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "YieldRangeResponse",
  "type": "object",
  "properties": {
    "min": {
      "type": "number",
      "description": "Minimum historical implied APY for this market"
    },
    "max": {
      "type": "number",
      "description": "Maximum historical implied APY for this market"
    }
  },
  "required": [
    "min",
    "max"
  ]
}