# Terms

import { IconCheckCircleOutlined, IconDocumentOutlined } 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="Terms"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Read the latest Prediction Markets terms, check whether an account group has accepted them, and accept the latest version for API key or OAuth trading flows."
  links={[
    { icon: IconDocumentOutlined, title: "Get Terms", href: "/rest-api/prediction-markets/terms/get-terms" },
    { icon: IconCheckCircleOutlined, title: "Get Terms Status", href: "/rest-api/prediction-markets/terms/get-terms-status" },
    { icon: IconCheckCircleOutlined, title: "Accept Terms", href: "/rest-api/prediction-markets/terms/accept-terms" },
  ]}
  prev={{ label: "List Upcoming Events", href: "/rest-api/prediction-markets/events/list-upcoming-events" }}
  next={{ label: "Get Terms", href: "/rest-api/prediction-markets/terms/get-terms" }}
/>
