For the complete documentation index, see llms.txt. This page is also available as Markdown.

Indexify API

Get stack chart payload with version segments

get

Returns token amounts for each allocation version segment so the frontend can build accurate historical charts across allocation edits. Includes a segments array with time ranges and per-version base amounts, plus a backwards-compatible tokens field with the current allocation.

Query parameters
slugstringOptional

Stack slug (either slug or stack_id required).

stack_idintegerOptional

Stack ID (either slug or stack_id required).

bucketstring · enumOptional

Chart candle bucket size.

Default: 5mPossible values:
endTimeintegerOptional

End timestamp for pagination.

includeTokenValuesstring · enumOptional

Whether to include per-token values in the chart response.

Possible values:
Responses
200

Chart payload with version segments.

application/json
stack_idintegerOptional
get/api/charts.php?action=stack-chart-payload

Get chart markers for a stack

get

Returns buy/sell/inception/closed/allocation_change markers for overlay on stack price charts. Requires authentication for buy/sell markers. Allocation change markers are included at each version transition point.

Authorizations
X-API-KEYstringRequired

API key with the ix_ prefix. You can generate an API Key by navigating to Settings -> API Key in the web app. Pass it in the X-API-KEY header on every request.

Query parameters
slugstringOptional

Stack slug (either slug or stack_id required).

stack_idintegerOptional

Stack ID (either slug or stack_id required).

startintegerOptional

Start of time range (unix timestamp). Defaults to 30 days ago.

endintegerOptional

End of time range (unix timestamp). Defaults to now.

Responses
200

Chart markers within the requested time range.

application/json
stack_idintegerOptional
startintegerOptional
endintegerOptional
get/api/charts.php?action=chart-markers

Last updated