Upvest · Example Payload

Investment Api Order Create Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Top-level fields

account_idinstrument_idsidetypequantitycash_amountlimit_pricestop_pricecurrency

Example Payload

Raw ↑
{
  "account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "instrument_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "side": "BUY",
  "type": "MARKET",
  "quantity": "example-string",
  "cash_amount": "example-string",
  "limit_price": "example-string",
  "stop_price": "example-string",
  "currency": "EUR"
}