Skip to main content
GET
Get index composition history
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

time_from
string

Filters look back history for returned data (accepts an ISO 8601 timestamp format)

Example:

"2024-10-31T00:00:00Z"

result_limit
integer

The number of results to return (defaults to 5)

Example:

3

result_offset
integer

The number of results from the beginning to skip past

Example:

0

Response

Index composition list

product_id
string

The Product ID for the index

Example:

"COIN50"

divisor
string

The index divisor

Example:

3935813421.91702

timestamp
string

The snapshot timestamp for this index composition

Example:

"2024-11-11T14:47:26Z"

inception_timestamp
string

The timestamp of when this index was first created

Example:

"2020-12-31T00:00:00Z"

last_rebalance
string

The timestamp of when the last index rebalance occurred

Example:

"2024-08-30T00:00:00Z"

constituents
object[]