cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/benchmark-indexes/ \ --header 'X-Api-Key: <api-key>'
[ { "name": "<string>", "identifier": "<string>", "description": "<string>", "composition": { "constituents": [ { "ticker": "<string>", "weight": "<string>" } ] }, "constituent_count": 123 } ]
List the available benchmark indices that can be used as reference for creating custom indices.
The response is of type object[].
object[]