Pendle · Schema

Reserves

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
asset0 string Reserve of asset0
asset1 string Reserve of asset1
View JSON Schema on GitHub

JSON Schema

Reserves.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Reserves",
  "type": "object",
  "properties": {
    "asset0": {
      "type": "string",
      "description": "Reserve of asset0"
    },
    "asset1": {
      "type": "string",
      "description": "Reserve of asset1"
    }
  },
  "required": [
    "asset0",
    "asset1"
  ]
}