# List Upcoming Events

<EndpointPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
    { label: "Events", href: "/rest-api/prediction-markets/events" },
    { label: "List Upcoming Events" },
  ]}
  title="List Upcoming Events"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/events/upcoming"
  description="Returns a list of approved prediction market events that are not yet active (pre-launch), sorted by start time (soonest first)."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/events/upcoming",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="listUpcomingEvents" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="listUpcomingEvents" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "List Recently Settled Events", href: "/rest-api/prediction-markets/events/list-recently-settled-events" }}
  next={{ label: "Terms", href: "/rest-api/prediction-markets/terms" }}
/>
