# List Combos

<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: "List Combos" },
  ]}
  title="List Combos"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/combos"
  description="Returns a paginated list of pre-packaged combo contracts. Each combo includes its full leg breakdown and per-leg resolution status."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/combos",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="listCombos" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="listCombos" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Combos", href: "/rest-api/prediction-markets/combos" }}
  next={{ label: "Get Combo", href: "/rest-api/prediction-markets/combos/get-combo" }}
/>
