Veli · Example Payload

Veli Create Portfolio Request Example

CryptoDeFiFinanceInvestmentPortfolio Management

Veli Create Portfolio Request Example is an example object payload from Veli, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userIdstrategyIdinitialAmountcurrency

Example Payload

Raw ↑
{
  "userId": "user-xyz789",
  "strategyId": "strat-btc-eth-index",
  "initialAmount": 1000.0,
  "currency": "USD"
}