Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Serializer for the BenchmarkIndex model
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
}
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
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Serializer for the BenchmarkIndex model