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

# GET /public/get_combo_details

`GET /public/get_combo_details`

Retrieves detailed information about a specific combo, including its leg structure, state, and other properties.

Use [public/get_combo_ids](https://docs.deribit.com/api-reference/combo-books/public-get_combo_ids) to get a list of available combo IDs.

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

## Query parameters

- `combo_id` string, required — Unique combo identifier

## Response `200`

Success response

- PublicGetComboDetailsResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` Combo, required
    - `id` string — Unique combo identifier
    - `instrument_id` integer — Instrument ID
    - `state` 'active' | 'inactive' — Combo state: `"active"`, "`inactive`"
    - `state_timestamp` integer — The timestamp (milliseconds since the Unix epoch)
    - `creation_timestamp` integer — The timestamp (milliseconds since the Unix epoch)
    - `legs` ComboLeg[]
      - `instrument_name` string — Unique instrument identifier
      - `amount` integer — Size multiplier of a leg. A negative value indicates that the trades on given leg are in opposite direction to the combo trades they originate from

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/revisions/8dfbbe9fdddf/schema)
