Upvest · Example Payload

Investment Api Cash Balance Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Investment Api Cash Balance Example is an example object payload from Upvest, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

account_idavailablependingtotalcurrency

Example Payload

Raw ↑
{
  "account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "available": "example-string",
  "pending": "example-string",
  "total": "example-string",
  "currency": "EUR"
}