🔗 REST APIMulti-Asset Weights

Get all multi-asset weights

GET
/v1/indexdef/multiasset
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://rest-api.indexes.coinapi.io/v1/indexdef/multiasset"
[
  {
    "indexId": "string",
    "assetId": "string",
    "weight": 0.1
  }
]
Service StatusGitHub SDK