# Get Terms

<EndpointPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
    { label: "Terms", href: "/rest-api/prediction-markets/terms" },
    { label: "Get Terms" },
  ]}
  title="Get Terms"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/terms"
  description="Returns the latest Prediction Markets terms content. This endpoint is public so clients can display the terms before asking an authenticated account to accept them."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/terms",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="getPredictionMarketsTerms" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Terms", href: "/rest-api/prediction-markets/terms" }}
  next={{ label: "Get Terms Status", href: "/rest-api/prediction-markets/terms/get-terms-status" }}
/>
