Pendle · Schema

PoolVoterApysResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
results array
totalPools number
timestamp string
View JSON Schema on GitHub

JSON Schema

PoolVoterApysResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PoolVoterApysResponse",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PoolVoterApyResponse"
      }
    },
    "totalPools": {
      "type": "number"
    },
    "timestamp": {
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "results",
    "totalPools",
    "timestamp"
  ]
}