# List Newly Listed 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 Newly Listed Events" },
  ]}
  title="List Newly Listed Events"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/events/newly-listed"
  description="Returns a list of prediction market events created in the last 24 hours, sorted by creation date (newest first)."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/events/newly-listed",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="listNewlyListedEvents" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="listNewlyListedEvents" />,
    },
  ]}
/>

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