Euler Finance · Schema

ChainStats

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless
View JSON Schema on GitHub

JSON Schema

chain-stats.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChainStats",
  "allOf": [
    {
      "$ref": "#/components/schemas/ProtocolStats"
    },
    {
      "type": "object",
      "required": [
        "chainId"
      ],
      "properties": {
        "chainId": {
          "type": "integer",
          "description": "Chain ID for the returned chain-scoped aggregate."
        }
      }
    }
  ]
}