GET
/
api
/
v1
/
custom
/
benchmark_indexes
/
{benchmark_identifier}
/
cURL
curl --request GET \
  --url https://api.tilt.io/api/v1/custom/benchmark_indexes/{benchmark_identifier}/ \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "identifier": "<string>",
  "ticker": "<string>",
  "direct_indexing_supported": true,
  "expense_ratio": "<string>",
  "constituents": [
    {
      "tilt_asset_id": "<string>",
      "weight": "<string>"
    }
  ],
  "constituent_count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

benchmark_identifier
string
required

Response

200 - application/json

Serializer for the BenchmarkIndex model