Euler Finance · Schema
AccountPosition
DeFiLendingBorrowingFinanceEthereumBlockchainVaultLiquidationInterest RatesPermissionless
Properties
| Name | Type | Description |
|---|---|---|
| chainId | integer | |
| account | string | |
| vault | string | |
| vaultType | string | |
| asset | string | |
| shares | string | Raw vault share amount as a bigint string. |
| assets | string | Raw underlying asset amount as a bigint string. |
| borrowed | string | Raw borrowed asset amount as a bigint string. |
| assetsValue | string | Contract-derived account-liquidity asset value, raw 18-decimal bigint string. |
| debtValue | string | Contract-derived account-liquidity debt value, raw 18-decimal bigint string. |
| isCollateral | boolean | |
| balanceForwarderEnabled | boolean | |
| isController | boolean | |
| liquidity | object | |
| subAccount | object | |
| snapshot | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AccountPosition",
"type": "object",
"properties": {
"chainId": {
"type": "integer"
},
"account": {
"type": "string"
},
"vault": {
"type": "string"
},
"vaultType": {
"type": "string",
"enum": [
"evk",
"earn",
"securitize"
]
},
"asset": {
"type": "string",
"nullable": true
},
"shares": {
"type": "string",
"nullable": true,
"description": "Raw vault share amount as a bigint string."
},
"assets": {
"type": "string",
"nullable": true,
"description": "Raw underlying asset amount as a bigint string."
},
"borrowed": {
"type": "string",
"nullable": true,
"description": "Raw borrowed asset amount as a bigint string."
},
"assetsValue": {
"type": "string",
"nullable": true,
"description": "Contract-derived account-liquidity asset value, raw 18-decimal bigint string."
},
"debtValue": {
"type": "string",
"nullable": true,
"description": "Contract-derived account-liquidity debt value, raw 18-decimal bigint string."
},
"isCollateral": {
"type": "boolean",
"nullable": true
},
"balanceForwarderEnabled": {
"type": "boolean",
"nullable": true
},
"isController": {
"type": "boolean",
"nullable": true
},
"liquidity": {
"$ref": "#/components/schemas/AccountPositionLiquidity"
},
"subAccount": {
"type": "object",
"nullable": true,
"properties": {
"owner": {
"type": "string",
"nullable": true
},
"timestamp": {
"type": "string",
"format": "date-time",
"nullable": true
},
"lastAccountStatusCheckTimestamp": {
"type": "string",
"format": "date-time",
"nullable": true
},
"enabledControllers": {
"type": "array",
"nullable": true,
"items": {
"type": "string"
}
},
"enabledCollaterals": {
"type": "array",
"nullable": true,
"items": {
"type": "string"
}
},
"isLockdownMode": {
"type": "boolean",
"nullable": true
},
"isPermitDisabledMode": {
"type": "boolean",
"nullable": true
}
}
},
"snapshot": {
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time",
"nullable": true
},
"ageSeconds": {
"type": "integer",
"nullable": true
},
"source": {
"type": "string",
"nullable": true
},
"method": {
"type": "string",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/account-position"
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.