# Get Liquidity Rewards Daily Summary

<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: "Get Liquidity Rewards Daily Summary" },
  ]}
  title="Get Liquidity Rewards Daily Summary"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/liquidity-rewards/summary/daily"
  description="Returns daily Liquidity Rewards payouts for the authenticated account within the requested date window. Both dateFrom and dateTo are required. Each daily entry includes the total reward, payout status, paid-at timestamp, and per-event score breakdowns."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/liquidity-rewards/summary/daily",
      headers: [
        { name: "X-GEMINI-APIKEY", value: "<string>" },
        { name: "X-GEMINI-PAYLOAD", value: "<string>" },
        { name: "X-GEMINI-SIGNATURE", value: "<string>" },
      ],
    },
  }}
  sections={[
    {
      heading: "Roles",
      children: (
        <p style={{ margin: 0 }}>The API key you use to access this endpoint must have the Trader role assigned. See <a href="https://docs.gemini.com/roles#roles" style={{ color: "inherit", textDecorationLine: "underline" }}>Roles</a> for more information.</p>
      ),
    },
    {
      heading: "Headers",
      children: <PMSpecHeaders />,
    },
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="getLiquidityRewardsDailySummary" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="getLiquidityRewardsDailySummary" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "List Liquidity Rewards Events", href: "/rest-api/prediction-markets/rewards/list-liquidity-rewards-events" }}
  next={{ label: "Get Liquidity Rewards Lifetime Summary", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-lifetime-summary" }}
/>
