Retrieves the historical daily index prices in time descending order. The daily values are represented as aggregated entries for the day in typical OHLC format.
For more information, please visit the INTX TS SDK.
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Identifies the index by name (e.g., COIN50
)
The aggregation period of the candles data
ONE_DAY
, ONE_HOUR
Start timestamp in ISO 8601 timestamp format (e.g. 2024-10-21T00:00:00Z
)
End timestamp in ISO 8601 timestamp format (e.g. 2024-10-31T00:00:00Z
)
Index Candle list
The response is of type object
.