Euler Finance · Schema

VaultTotals

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

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

JSON Schema

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