Veli · Example Payload

Veli Portfolio Example

CryptoDeFiFinanceInvestmentPortfolio Management

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

Top-level fields

iduserIdstrategyIdstatustotalValuecurrencycreatedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "port-abc123",
  "userId": "user-xyz789",
  "strategyId": "strat-btc-eth-index",
  "status": "active",
  "totalValue": 5250.75,
  "currency": "USD",
  "createdAt": "2026-05-03T10:00:00Z",
  "updatedAt": "2026-05-03T10:00:00Z"
}