Envestnet · Schema
BankAccount
Account object that contains details about one or more aggregated bank accounts.
FinancialWealth ManagementOpen BankingAccount Aggregation
Properties
| Name | Type | Description |
|---|---|---|
| availableBalance | object | The balance in the account that is available for spending. For checking accounts with overdraft, available balance may include overdraft amount, if end site adds overdraft balance to available balance |
| currentBalance | object | The balance in the account that is available at the beginning of the business day; it is equal to the ledger balance of the account. |
| balance | object | The available balance or current balance. |
| basicPredictedEvent | array | |
| basicTransaction | array | |
| predictedInfo | object | |
| lastUpdated | string | last Updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BankAccount",
"title": "BankAccount",
"description": "Account object that contains details about one or more aggregated bank accounts.",
"allOf": [
{
"$ref": "#/components/schemas/AccountInfo"
}
],
"properties": {
"availableBalance": {
"description": "The balance in the account that is available for spending. For checking accounts with overdraft, available balance may include overdraft amount, if end site adds overdraft balance to available balance.",
"allOf": [
{
"$ref": "#/components/schemas/Money"
}
],
"readOnly": true
},
"currentBalance": {
"description": "The balance in the account that is available at the beginning of the business day; it is equal to the ledger balance of the account.",
"allOf": [
{
"$ref": "#/components/schemas/Money"
}
],
"readOnly": true
},
"balance": {
"description": "The available balance or current balance.",
"allOf": [
{
"$ref": "#/components/schemas/Money"
}
],
"readOnly": true
},
"basicPredictedEvent": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BasicPredictedEvent"
}
},
"basicTransaction": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BasicTransaction"
}
},
"predictedInfo": {
"allOf": [
{
"$ref": "#/components/schemas/PredictedInfo"
}
]
},
"lastUpdated": {
"type": "string",
"description": "last Updated.",
"readOnly": 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/envestnet-bankaccount"
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.