Pendle · Schema

ValuationResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
usd number Value in USD
acc number Value in the market's accounting asset (e.g. USDC for a USDC-denominated market)
View JSON Schema on GitHub

JSON Schema

ValuationResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ValuationResponse",
  "type": "object",
  "properties": {
    "usd": {
      "type": "number",
      "nullable": true,
      "description": "Value in USD"
    },
    "acc": {
      "type": "number",
      "nullable": true,
      "description": "Value in the market's accounting asset (e.g. USDC for a USDC-denominated market)"
    }
  }
}