Pendle · Schema

GetSafePendleAddressesResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
sys array list of safe SY addresses
pts array list of safe PT addresses
yts array list of safe YT addresses
View JSON Schema on GitHub

JSON Schema

GetSafePendleAddressesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetSafePendleAddressesResponse",
  "type": "object",
  "properties": {
    "sys": {
      "description": "list of safe SY addresses",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "pts": {
      "description": "list of safe PT addresses",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "yts": {
      "description": "list of safe YT addresses",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "sys",
    "pts",
    "yts"
  ]
}