🔗 REST APIMulti-Asset Weights
Get multi-asset weights for specific index
Authorization<token>
API Key is required to access the endpoints
In: header
Path Parameters
index_id*string
Response Body
curl -X GET "https://rest-api.indexes.coinapi.io/v1/indexdef/multiasset/string"[
{
"indexId": "string",
"assetId": "string",
"weight": 0.1
}
]