Pendle · Schema

ImpliedApy

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
before number
after number
View JSON Schema on GitHub

JSON Schema

ImpliedApy.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ImpliedApy",
  "type": "object",
  "properties": {
    "before": {
      "type": "number"
    },
    "after": {
      "type": "number"
    }
  },
  "required": [
    "before",
    "after"
  ]
}