Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/public/get_index_price_names \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "public/get_index_price_names",
  "params": {
    "extended": true
  }
}
'
{
  "jsonrpc": "2.0",
  "id": 25718,
  "result": [
    "btc_eth",
    "btc_usdc",
    "eth_usdc"
  ]
}

Query Parameters

extended
boolean
default:false

When set to true, returns additional information including future_combo_creation_enabled and option_combo_creation_enabled for each index

Example:

true

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object[]
required
id
integer

The id that was sent in the request