Euler Finance · Schema

CuratorInfo

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
apiKeyId string
name string
keyPrefix string
View JSON Schema on GitHub

JSON Schema

curator-info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CuratorInfo",
  "type": "object",
  "required": [
    "apiKeyId",
    "name",
    "keyPrefix"
  ],
  "properties": {
    "apiKeyId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "keyPrefix": {
      "type": "string"
    }
  }
}