Index
GET /index
To retrieve the most recently calculated value of NDAX's index. The index is specified by the 'underlying' and 'quoted_currency' query parameters, which are required in the request. The response will contain a JSON object with several fields:
'timestamp': The timestamp at which the index value was calculated.
'index': The name of the index.
'underlying': The underlying asset of the index.
'quoted_currency': The currency in which the index value is quoted.
'value': The current value of the index.
Sample Response
Query for the most recently calculated NDAX's Index value.
The following query parameters are required:
underlying
quoted_currency
timestamp
When the index was calculated
timestamp
index
The specific index, which is the unique combination of underlying
and quoted_currency
string
underlying
The asset being valued
string
quoted_currency
The asset in which the underlying
is being valued
string
value
The index price for the underlying
asset, as quoted in the quoted_currency
number
Last updated