# Events

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

<ApiCategoryPage
  breadcrumbs={[
    { label: "Prediction Markets", href: "/prediction-markets/prediction-markets" },
  ]}
  title="Events"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Public endpoints for browsing prediction market events, including listing available events and retrieving event details by category."
  links={[
    { icon: IconChartLine, title: "List Events", href: "/prediction-markets/events/list-events" },
    { icon: IconChartLine, title: "Get Event", href: "/prediction-markets/events/get-event" },
    { icon: IconMenu, title: "List Event Categories", href: "/prediction-markets/events/list-event-categories" },
  ]}
  prev={{ label: "Get Positions", href: "/prediction-markets/rest-api/positions/get-positions" }}
  next={{ label: "List Events", href: "/prediction-markets/events/list-events" }}
/>
