Skip to main content
GET
Get index price
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)

Response

Latest index price

product_id
string

The Product ID for the index

Example:

"COIN50"

status
string

The status of the index price

Example:

"STATE_OK"

timestamp
string

The timestamp of the index price

Example:

"2024-11-11T20:42:33Z"

price
string

The latest index price

Example:

"388.91871799439963"

price_24hr_change
string

The price 24hr change percent (negative values denote change down)

Example:

"8.940862872710408"