Pendle · Schema

SwapPtCrossChainData

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
netTokenOut string Net token output amount
netPtIn string Net PT input amount
View JSON Schema on GitHub

JSON Schema

SwapPtCrossChainData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SwapPtCrossChainData",
  "type": "object",
  "properties": {
    "netTokenOut": {
      "type": "string",
      "description": "Net token output amount"
    },
    "netPtIn": {
      "type": "string",
      "description": "Net PT input amount"
    }
  },
  "required": [
    "netTokenOut",
    "netPtIn"
  ]
}