Euler Finance · Schema

EarnStrategy

DeFiLendingBorrowingFinanceEthereumBlockchainVaultLiquidationInterest RatesPermissionless

Properties

Name Type Description
address string
vaultType string
symbol string
name string
decimals integer
suppliedAssets string Raw underlying asset amount supplied to the strategy.
withdrawnAssets string Raw underlying asset amount withdrawn from the strategy.
allocatedAssets string Raw underlying asset amount allocated to the strategy.
allocatedAssetsUsd number Market USD number for assets allocated to this strategy.
availableAssets string Raw underlying asset amount available from the strategy.
inSupplyQueue boolean
inWithdrawQueue boolean
supplyQueueIndex integer
withdrawQueueIndex integer
allocationCap object
removableAt string
status string
lastRebalancedAt string
View JSON Schema on GitHub

JSON Schema

earn-strategy.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EarnStrategy",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "vaultType": {
      "type": "string",
      "enum": [
        "evk",
        "earn",
        "securitize",
        "unknown"
      ]
    },
    "symbol": {
      "type": "string",
      "nullable": true
    },
    "name": {
      "type": "string",
      "nullable": true
    },
    "decimals": {
      "type": "integer",
      "nullable": true
    },
    "suppliedAssets": {
      "type": "string",
      "description": "Raw underlying asset amount supplied to the strategy."
    },
    "withdrawnAssets": {
      "type": "string",
      "description": "Raw underlying asset amount withdrawn from the strategy."
    },
    "allocatedAssets": {
      "type": "string",
      "description": "Raw underlying asset amount allocated to the strategy."
    },
    "allocatedAssetsUsd": {
      "type": "number",
      "description": "Market USD number for assets allocated to this strategy."
    },
    "availableAssets": {
      "type": "string",
      "description": "Raw underlying asset amount available from the strategy."
    },
    "inSupplyQueue": {
      "type": "boolean"
    },
    "inWithdrawQueue": {
      "type": "boolean"
    },
    "supplyQueueIndex": {
      "type": "integer",
      "nullable": true
    },
    "withdrawQueueIndex": {
      "type": "integer",
      "nullable": true
    },
    "allocationCap": {
      "$ref": "#/components/schemas/EarnStrategyAllocationCap"
    },
    "removableAt": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "type": "string",
      "enum": [
        "active",
        "inactive",
        "pending_removal"
      ]
    },
    "lastRebalancedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    }
  }
}

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/earn-strategy"
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 email required.

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