Pendle · Schema

IntegrationPairResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
pair object Pair data
View JSON Schema on GitHub

JSON Schema

IntegrationPairResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IntegrationPairResponse",
  "type": "object",
  "properties": {
    "pair": {
      "description": "Pair data",
      "allOf": [
        {
          "$ref": "#/components/schemas/PairEntity"
        }
      ]
    }
  },
  "required": [
    "pair"
  ]
}