Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/public/get_combo_ids \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "public/get_combo_ids",
  "params": {
    "currency": "BTC",
    "state": "active"
  }
}
'
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    "BTC-CS-29APR22-39300_39600",
    "BTC-FS-29APR22_PERP"
  ]
}

Query Parameters

currency
enum<string>
required

The currency symbol Currency, i.e "BTC", "ETH", "USDC"

Available options:
BTC,
ETH,
USDC,
USDT,
EURR
state
enum<string>

Combo state, if not provided combos of all states are considered Combo state: "active", "inactive"

Available options:
active,
inactive

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
string[]
required

Unique combo identifier

id
integer

The id that was sent in the request