# Positions

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

<ApiCategoryPage
  breadcrumbs={[
    { label: "Prediction Markets", href: "/prediction-markets/prediction-markets" },
  ]}
  title="Positions"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Endpoints for querying open and historical positions on Gemini Prediction Markets."
  links={[
    { icon: IconDocumentOutlined, title: "Get Positions", href: "/prediction-markets/rest-api/positions/get-positions" },
  ]}
  prev={{ label: "Get Active Orders", href: "/prediction-markets/rest-api/order-management/get-active-orders" }}
  next={{ label: "Get Positions", href: "/prediction-markets/rest-api/positions/get-positions" }}
/>
