Veli · Example Payload

Veli Position Example

CryptoDeFiFinanceInvestmentPortfolio Management

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

Top-level fields

symbolquantityaverageCostcurrentPricecurrentValueunrealizedPnLallocationPct

Example Payload

Raw ↑
{
  "symbol": "BTC",
  "quantity": 0.045,
  "averageCost": 42000.0,
  "currentPrice": 68000.0,
  "currentValue": 3060.0,
  "unrealizedPnL": 1170.0,
  "allocationPct": 0.583
}