Get index candles
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.
For more information, please visit the INTX TS SDK.
Authorizations
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
Path Parameters
Identifies the index by name (e.g., COIN50
)
Query Parameters
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
)
Response
Index Candle list
The response is of type object
.