---
title: "GET /public/get_supported_index_names"
method: GET
path: "/public/get_supported_index_names"
tags: ["Market Data", "Public"]
---

# GET /public/get_supported_index_names

`GET /public/get_supported_index_names`

Retrieves the identifiers (names) of all supported price indexes, optionally filtered by index type. Price indexes are reference prices used for mark price calculations, settlement, and other market operations.

Use the `type` parameter to filter indexes by type (e.g., spot, futures, etc.). This method helps discover available indexes for use with other API methods.

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_supported_index_names)

## Query parameters

- `type` 'all' | 'spot' | 'derivative'

## Response `200`

Success response

- PublicGetIndexPriceNamesResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object[], required
    - `name` string, required — Index name
    - `future_combo_creation_enabled` boolean — Whether future combo creation is enabled for this index (only present when `extended`=`true`)
    - `option_combo_creation_enabled` boolean — Whether option combo creation is enabled for this index (only present when `extended`=`true`)

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/revisions/8dfbbe9fdddf/schema)
