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" ] }
Retrieves the identifiers of all supported Price Indexes
Try in API console
When set to true, returns additional information including future_combo_creation_enabled and option_combo_creation_enabled for each index
true
future_combo_creation_enabled
option_combo_creation_enabled
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?