Get Index
Get index price and the list of constituents for an asset.
get/v1/info/index
Query parameters
assetstring required
Asset name
Example:USDC
Response
Index constituents response.
Example response
{
"asset": "USDC",
"index_price": "100.00",
"constituents": [
{
"source": "chainlink",
"symbol": "NVDA-USDC",
"weight": "0.25",
"price": "100.00"
}
],
"ts": 1767225600000
}