Pendle · Schema

MarketApyHistoriesCSVResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
total number
timestamp_start number
timestamp_end number
results string
View JSON Schema on GitHub

JSON Schema

MarketApyHistoriesCSVResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MarketApyHistoriesCSVResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "number"
    },
    "timestamp_start": {
      "type": "number"
    },
    "timestamp_end": {
      "type": "number"
    },
    "results": {
      "type": "string"
    }
  },
  "required": [
    "total",
    "timestamp_start",
    "timestamp_end",
    "results"
  ]
}