# Get Liquidity Rewards Config

<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 Config" },
  ]}
  title="Get Liquidity Rewards Config"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/liquidity-rewards/config"
  description="Returns the Liquidity Rewards program configuration. Public endpoint; no authentication required. When fully configured, returns max_spread_cents, min_payout_threshold_usd, and enabled: true. When not yet fully configured, returns { enabled: false } only."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/liquidity-rewards/config",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="getLiquidityRewardsConfig" />,
    },
  ]}
/>

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