# Combos

import { IconChartLine } from "@hubble/icons/dist/cjs/web/index.js";

<ApiCategoryPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
  ]}
  title="Combos"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Public endpoints for discovering and inspecting combo contracts. Use these to browse available combos and resolve a combo ticker to its leg breakdown. Order entry uses the same place/cancel endpoints as single contracts."
  links={[
    { icon: IconChartLine, title: "List Combos", href: "/rest-api/prediction-markets/combos/list-combos" },
    { icon: IconChartLine, title: "Get Combo", href: "/rest-api/prediction-markets/combos/get-combo" },
  ]}
  prev={{ label: "Prediction Markets", href: "/prediction-markets/prediction-markets" }}
  next={{ label: "List Combos", href: "/rest-api/prediction-markets/combos/list-combos" }}
/>
