Pendle · Schema

AllMarketTotalFeesResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
results array all market total fees response
View JSON Schema on GitHub

JSON Schema

AllMarketTotalFeesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AllMarketTotalFeesResponse",
  "type": "object",
  "properties": {
    "results": {
      "description": "all market total fees response",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketTotalFeesData"
      }
    }
  },
  "required": [
    "results"
  ]
}