# List Liquidity Rewards Events

<EndpointPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
    { label: "Rewards", href: "/rest-api/prediction-markets/rewards" },
    { label: "List Liquidity Rewards Events" },
  ]}
  title="List Liquidity Rewards Events"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/liquidity-rewards/events"
  description="Returns the paginated list of events currently participating in the Liquidity Rewards program. Public endpoint; no authentication required. Each event includes its daily reward pool, pool source, end timestamp, and qualifying maker count. Filter by category, search by title, and sort by daily pool, end time, title, category, or competition."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/liquidity-rewards/events?sort=daily_pool_desc&limit=20",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="listLiquidityRewardsEvents" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="listLiquidityRewardsEvents" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Get Liquidity Rewards Config", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-config" }}
  next={{ label: "Get Liquidity Rewards Daily Summary", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-daily-summary" }}
/>
