Skip to main content
GET
List Indices

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Headers

If-None-Match
string

ETag value from a previous response. Returns 304 Not Modified if data has not changed.

If-Modified-Since
string

HTTP date from a previous Last-Modified header. Returns 304 Not Modified if nothing has changed since.

Query Parameters

limit
integer

Number of indices to return per page (default 25, max 100).

cursor
string

Opaque pagination cursor from a previous response.

exchange
string

Filter by exchange MIC code, comma-separated for multiple (e.g. XSTO, XSTO,XHEL). Only active exchanges match.

fields
string

Comma-separated list of fields to include in the response. Available fields: id, name, symbol, pan_nordic, exchange.

Response

Indices retrieved successfully

indices
object[]
pagination
object
Last modified on September 8, 2026