# Get Combo

<EndpointPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
    { label: "Combos", href: "/rest-api/prediction-markets/combos" },
    { label: "Get Combo" },
  ]}
  title="Get Combo"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/combos/{instrumentSymbol}"
  description="Returns the full specification of a single combo contract by its instrument symbol, including leg breakdown and per-leg resolution status."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/combos/GEMI-CMB-0526-A7F3B2C1D4E5",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Path Parameters",
      children: <PMSpecPathParams operationId="getComboByInstrumentSymbol" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="getComboByInstrumentSymbol" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "List Combos", href: "/rest-api/prediction-markets/combos/list-combos" }}
/>
