Euler Finance · Schema

CollateralConfig

Current LTV configuration for a collateral vault

DeFiLendingBorrowingFinanceEthereumBlockchainVaultLiquidationInterest RatesPermissionless

Properties

Name Type Description
collateral string Collateral vault address
vaultType string Vault family for the collateral address
collateralName string Collateral vault name
collateralSymbol string Collateral vault symbol
asset string Underlying asset address of the collateral vault
assetSymbol string Underlying asset symbol
assetDecimals integer Underlying asset decimals
borrowLTV string Maximum LTV for borrowing (basis points as string, e.g., "8500" = 85%)
liquidationLTV string LTV at which liquidation can occur (basis points as string)
initialLiquidationLTV string Initial liquidation LTV before ramping
targetTimestamp string ISO timestamp when LTV ramp completes
rampDuration integer Duration of LTV ramp in seconds
View JSON Schema on GitHub

JSON Schema

collateral-config.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollateralConfig",
  "type": "object",
  "description": "Current LTV configuration for a collateral vault",
  "properties": {
    "collateral": {
      "type": "string",
      "description": "Collateral vault address"
    },
    "vaultType": {
      "type": "string",
      "enum": [
        "evk",
        "earn",
        "securitize"
      ],
      "description": "Vault family for the collateral address"
    },
    "collateralName": {
      "type": "string",
      "description": "Collateral vault name"
    },
    "collateralSymbol": {
      "type": "string",
      "description": "Collateral vault symbol"
    },
    "asset": {
      "type": "string",
      "description": "Underlying asset address of the collateral vault"
    },
    "assetSymbol": {
      "type": "string",
      "description": "Underlying asset symbol"
    },
    "assetDecimals": {
      "type": "integer",
      "description": "Underlying asset decimals"
    },
    "borrowLTV": {
      "type": "string",
      "description": "Maximum LTV for borrowing (basis points as string, e.g., \"8500\" = 85%)"
    },
    "liquidationLTV": {
      "type": "string",
      "description": "LTV at which liquidation can occur (basis points as string)"
    },
    "initialLiquidationLTV": {
      "type": "string",
      "description": "Initial liquidation LTV before ramping"
    },
    "targetTimestamp": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "ISO timestamp when LTV ramp completes"
    },
    "rampDuration": {
      "type": "integer",
      "description": "Duration of LTV ramp in seconds"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/collateral-config"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.