LogoLogo
  • Kaiko Knowledge Hub
  • Kaiko and Vinter
  • General
  • API
    • Overview
    • Multi Assets Indexes
      • Active Multi Assets
      • Multi Assets Parameters
      • Multi Assets Daily
      • Multi Assets Hourly
      • Multi Assets Real Time
      • Websocket - Multi Assets
    • Single Assets Reference Rates
      • Active Single Assets
      • Single Assets Daily
      • Single Assets Hourly
      • Single Assets Real Time
      • Websocket - Single Assets
      • Timeseries ID
    • Leveraged Indexes
      • Leveraged Single Assets
        • Leveraged Active Single Assets
        • Leveraged Single Assets Daily
      • Leveraged Multi Assets
        • Leveraged Active Multi Assets
        • Leveraged Multi Assets Daily
    • Vinter Taxonomy (VTAXO)
      • Active VTAXO
      • VTAXO
    • Net Asset Value (NAV)
      • Active Net Asset Value
      • Net Asset Value Daily
      • Net Asset Value Hourly
      • Net Asset Value Real Time
      • WebSocket - NAV
    • Staking Yield Reference Rates
      • Staking Tiers
        • On-Chain Tier
        • Staking Provider Tier
        • Exchange Tier
      • Active Staking Yields
      • Staking Yields Daily
    • API Requests Parameters
    • API Error Messages
  • FAQ
    • Onboarding
    • Product-related
    • Tech-related
Powered by GitBook
On this page
  • Response Fields
  • Try the API

Was this helpful?

Export as PDF
  1. API
  2. Multi Assets Indexes

Multi Assets Parameters

The multi assets parameters endpoint returns information on all multi assets indexes parameters.

PreviousActive Multi AssetsNextMulti Assets Daily

Last updated 1 month ago

Was this helpful?

You can use this endpoint to retrieve information on your index. You can use its internal API symbol while querying to filter by symbol. If you don't pass any symbol, you receive information on all indexes Vinter calculates.

Example URL

Response Fields

Field
Type
Description

symbol

string

The index symbol

min_volume

number

Minimum daily average volume at review date. The period length is specified in the volume_days field.

min_market_cap

number

Minimum average market cap at review date. The period length is specified in the market_cap_days field.

volume_days

integer

Days used to compute the average volume

market_cap_days

integer

Days used to compute the average market cap

price_days

integer

Minimum amount of price data points

ranking_window

integer

Number of days used for the market cap based on ranking of constituents

constituent_number

integer

Number of constituents

max_rank

integer

Max rank of constituents

min_rank

integer

Min rank of constituents

cap

number

Max weight of constituents

floor

number

Min weight of constituents

rebalance_frequency

string

Rebalance frequency of the index

business_days_offsets

integer

Number of days between Review date and Rebalance date

launch_date

string

Date representing the Index launch date

Query Parameters

Name
Type
Description

symbol

String

Filter by symbol

Sample
{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "vntr-smc-10-d",
      "min_volume": 20000000.0,
      "min_market_cap": 500000000.0,
      "volume_days": 1,
      "market_cap_days": 1,
      "price_days": 90,
      "ranking_window": 1,
      "constituent_number": 10,
      "max_rank": 30,
      "min_rank": 21,
      "cap": 1.0,
      "floor": 0.0,
      "rebalance_frequency": "quarterly",
      "business_days_offsets": 5,
      "launch_date": "2023-07-05"
    },
    {
      "symbol": "vntr-mmc-10-d",
      "min_volume": 20000000.0,
      "min_market_cap": 500000000.0,
      "volume_days": 1,
      "market_cap_days": 1,
      "price_days": 90,
      "ranking_window": 1,
      "constituent_number": 10,
      "max_rank": 20,
      "min_rank": 11,
      "cap": 1.0,
      "floor": 0.0,
      "rebalance_frequency": "quarterly",
      "business_days_offsets": 5,
      "launch_date": "2023-07-05"
    },
  ],
  "params": {
    
  }
}

GET

https://vinterapi.com/api/v3/multi_assets_parameters/
Try the API
https://vinterapi.com/api/v3/multi_assets_parameters/vinterapi.com