Pendle · Schema

AssetCSVResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
results string
View JSON Schema on GitHub

JSON Schema

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