GET
/
custom
/
benchmark-indexes
curl --request GET \
  --url https://api.tilt.io/custom/benchmark-indexes/ \
  --header 'X-Api-Key: <api-key>'
[
  {
    "name": "<string>",
    "identifier": "<string>",
    "description": "<string>",
    "composition": {
      "constituents": [
        {
          "ticker": "<string>",
          "weight": "<string>"
        }
      ]
    },
    "constituent_count": 123
  }
]

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
name
string
required

Name of the index

Maximum length: 255
identifier
string
required

Unique identifier for the index

Maximum length: 50
composition
object
required

Composition of the index

constituent_count
integer
required

Number of constituents in the index

description
string

Description of the index