Skip to main content
GET
/
api
/
v1
/
custom
/
benchmark_indexes
/
cURL
curl --request GET \
  --url https://api.tilt.io/api/v1/custom/benchmark_indexes/ \
  --header 'X-Api-Key: <api-key>'
[
  {
    "name": "<string>",
    "identifier": "<string>",
    "ticker": "<string>",
    "direct_indexing_supported": true,
    "expense_ratio": "<string>"
  }
]

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
ticker
string | null

Ticker of the index

Maximum length: 50
direct_indexing_supported
boolean

Whether the index can be direct indexed

expense_ratio
string<decimal> | null

Expense ratio of the index