3.2 Index Constituents
GET /indices/{index_ticker}/constituentsParameter
Type
Required
Description
[
{
"currency_id": "1673723677362319867",
"symbol": "btc",
"weight": 0.31
}
]Field
Type
Description
Last updated
GET /indices/{index_ticker}/constituentsPath Parameters
ticker
Array[String]
Yes
Index ticker, e.g. ssimag7
Response Example
[
{
"currency_id": "1673723677362319867",
"symbol": "btc",
"weight": 0.31
}
]Response Fields
currency_id
String
Currency ID
symbol
String
Constituent currency symbol
weight
Number
Weight (0-1)
Last updated