---
title: "GET /public/get_combo_ids"
method: GET
path: "/public/get_combo_ids"
tags: ["Combo Books", "Public"]
---

# GET /public/get_combo_ids

`GET /public/get_combo_ids`

Retrieves available combo IDs. This method can be used to get the list of all combos, or only the list of combos in the given state.

Use [public/get_combo_details](https://docs.deribit.com/api-reference/combo-books/public-get_combo_details) to retrieve detailed information about a specific combo.

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

## Query parameters

- `currency` 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR', required — Currency, i.e `"BTC"`, `"ETH"`, `"USDC"`
- `state` 'active' | 'inactive' — Combo state: `"active"`, "`inactive`"

## Response `200`

Success response

- PublicGetComboIdsResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` ComboId[], required

---

[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/versions/78a0783dbfcc/schema)
