Veli · Example Payload

Veli Strategy Example

Market-cap weighted crypto index strategy

CryptoDeFiFinanceInvestmentPortfolio Management

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

Top-level fields

idnamedescriptioncategoryriskassetsrebalanceThresholdmanagementFeeperformanceYTDperformanceAllTime

Example Payload

Raw ↑
{
  "id": "strat-btc-eth-index",
  "name": "BTC-ETH Index",
  "description": "Market-cap weighted crypto index strategy",
  "category": "index",
  "risk": "moderate",
  "assets": [
    "sample"
  ],
  "rebalanceThreshold": 0.05,
  "managementFee": 0.01,
  "performanceYTD": 0.23,
  "performanceAllTime": 1.45
}