Skip to main content
GET
Get index candles
For more information, please visit the INTX TS SDK.

Authorizations

CB-ACCESS-KEY
string
header
required

The Client ID that owns the API Key for the request

CB-ACCESS-PASSPHRASE
string
header
required

The pass phrase affiliated with the API Key

CB-ACCESS-SIGN
string
header
required

A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY

CB-ACCESS-TIMESTAMP
string
header
required

The timestamp of when the request is being made

Path Parameters

index
string
required

Identifies the index by name (e.g., COIN50)

Query Parameters

granularity
enum<string>
required

The aggregation period of the candles data

Available options:
ONE_DAY,
ONE_HOUR
start
string
required

Start timestamp in ISO 8601 timestamp format (e.g. 2024-10-21T00:00:00Z)

end
string

End timestamp in ISO 8601 timestamp format (e.g. 2024-10-31T00:00:00Z)

Response

Index Candle list

aggregations
object[]