Upvest · JSON Structure

Investment Api Account Transfer Create Structure

Request body for creating an account transfer.

Type: object Properties: 2
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

AccountTransferCreate is a JSON Structure definition published by Upvest, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source_account_id target_account_id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-account-transfer-create-structure.json",
  "name": "AccountTransferCreate",
  "description": "Request body for creating an account transfer.",
  "type": "object",
  "properties": {
    "source_account_id": {
      "type": "uuid",
      "description": "The source account.",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "target_account_id": {
      "type": "uuid",
      "description": "The target account.",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  }
}