getIndexPriceComponents
Retrieve the component exchanges and trading pairs that constitute a Bybit index price, with their weights and current prices. Understand index composition and investigate price discrepancies.
Instructions
Retrieve the component exchanges and trading pairs that make up a Bybit index price, including their individual weights, current prices, and multipliers.
Use this endpoint when you need to:
Understand which exchanges and spot pairs contribute to a Bybit index price
Investigate why an index price differs from individual spot market prices
Research the composition and weighting methodology of a specific index
Returns indexName, lastPrice, updateTime, and a components array with exchange-level details.
Do not use this endpoint for the index price value alone — use getTickers which includes indexPrice.
Notes:
No authentication required
Agent hint: Use this endpoint to inspect the composition of a Bybit index price. indexName is required (e.g., BTCUSDT, ETHUSDT). Returns which exchanges contribute and their weights in the index calculation. For the current index price value alone, use getTickers which includes indexPrice. TradFi: use to inspect the reference price composition of commodity perpetuals — indexName=XAUUSDT (gold), XAGUSDT (silver), CLUSDT (crude oil). Not available for xStock tokens (e.g. TSLAXUSDT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indexName | Yes |