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

# GET /public/get_index_price_names

`GET /public/get_index_price_names`

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

When the `extended` parameter is set to `true`, the response includes additional information such as whether future combo creation and option combo creation are enabled for each index.

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

## Query parameters

- `extended` boolean

## 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.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api/revisions/c254e4a8a23c/schema)
