cURL
curl --request GET \ --url https://test.deribit.com/api/v2/public/get_supported_index_names
{ "jsonrpc": "2.0", "id": 25718, "result": [ "btc_eth", "btc_usdc", "eth_usdc" ] }
Retrieves the identifiers of all supported Price Indexes
Try in API console
Type of a cryptocurrency price index
all
spot
derivative
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?