Upvest · Schema

AccountUpdate

Request body for updating an investment account.

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Properties

Name Type Description
type string The type of investment account.
View JSON Schema on GitHub

JSON Schema

investment-api-account-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-schema/investment-api-account-update-schema.json",
  "title": "AccountUpdate",
  "description": "Request body for updating an investment account.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of investment account.",
      "example": "standard"
    }
  }
}