Pendle · Schema

SupportedAggregatorsResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
aggregators array List of supported aggregators with their computing units
View JSON Schema on GitHub

JSON Schema

SupportedAggregatorsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SupportedAggregatorsResponse",
  "type": "object",
  "properties": {
    "aggregators": {
      "description": "List of supported aggregators with their computing units",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SupportedAggregator"
      }
    }
  },
  "required": [
    "aggregators"
  ]
}