Pendle · Schema

WlpHolderMappingResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
holder string The address of the holder
asset string The address of the asset
moneyMarket string The address of the money market
View JSON Schema on GitHub

JSON Schema

WlpHolderMappingResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WlpHolderMappingResponse",
  "type": "object",
  "properties": {
    "holder": {
      "type": "string",
      "description": "The address of the holder"
    },
    "asset": {
      "type": "string",
      "description": "The address of the asset"
    },
    "moneyMarket": {
      "type": "string",
      "description": "The address of the money market"
    }
  },
  "required": [
    "holder",
    "asset",
    "moneyMarket"
  ]
}