Pendle · Schema

VoterApyChartDataPoint

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
time string
voterApy number
View JSON Schema on GitHub

JSON Schema

VoterApyChartDataPoint.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VoterApyChartDataPoint",
  "type": "object",
  "properties": {
    "time": {
      "format": "date-time",
      "type": "string"
    },
    "voterApy": {
      "type": "number"
    }
  },
  "required": [
    "time",
    "voterApy"
  ]
}