Envestnet · Schema

AmountRange

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
fromAmount number For a View, fromAmount is used to fetch aggregated transactions where the posted transaction amount is equal to or greater than the fromAmount.

Example: if fromAmount=100.00 in the View Rule a
toAmount number For a View, toAmount is used to fetch aggregated transactions where the posted transaction amount is equal to or less than the fromAmount.

Example 1 - if toAmount=100.00 in the View Rule and U
currency string Currency is a String with a predefined value(s) such as USD. Currently, only USD is supported by Yodlee insights.

Endpoints -
  • GET /views
  • GET /views/{viewId}
  • POST
View JSON Schema on GitHub

JSON Schema

envestnet-amountrange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AmountRange",
  "title": "AmountRange",
  "properties": {
    "fromAmount": {
      "minimum": 0,
      "type": "number",
      "description": "For a View, fromAmount is used to fetch aggregated transactions where the posted transaction amount is equal to or greater than the fromAmount. <br><br>Example: if fromAmount=100.00 in the View Rule and User calls GET /views/{viewId}/transactions API then only those User transactions will be returned in response, whose Transaction Amount >= $100 <br><br>Note- Currently AmountRange fields are only supported for 'include' View Rules and not supported for 'exclude' View Rules<br><br> <b>Endpoints</b> -<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
      "format": "double",
      "example": 100
    },
    "toAmount": {
      "maximum": 1000000,
      "type": "number",
      "description": "For a View, toAmount is used to fetch aggregated transactions where the posted transaction amount is equal to or less than the fromAmount. <br><br>Example 1 - if toAmount=100.00 in the View Rule and User calls GET /views/{viewId}/transactions API then only those User transactions will be returned in response, whose Transaction Amount <= $100 <br><br>Example 2 - if toAmount=100.00 and fromAmount=10.00 in the  View Rule and User calls GET /views/{viewId}/transactions API then  only those User transactions will be returned in response, where 10 <= Transaction Amount <= 100 <br><br>Note- Currently AmountRange fields are only supported for 'include' View Rules and not supported for 'exclude' View Rules<br><br> <b>Endpoints</b> -<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
      "format": "double",
      "example": 1000
    },
    "currency": {
      "type": "string",
      "description": "Currency is a String with a predefined value(s) such as USD. Currently, only USD is supported by Yodlee insights. <br><br><b>Endpoints</b> -<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
      "enum": [
        "USD"
      ]
    }
  }
}

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/envestnet-amountrange"
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.