Euler Finance · Schema

VaultApy

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
current object
history array
View JSON Schema on GitHub

JSON Schema

vault-apy.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VaultApy",
  "type": "object",
  "properties": {
    "current": {
      "$ref": "#/components/schemas/VaultApyPoint"
    },
    "history": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VaultApyPoint"
      }
    }
  }
}