# Get Maker Rebate Rates

<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 Maker Rebate Rates" },
  ]}
  title="Get Maker Rebate Rates"
  method="GET"
  url="https://api.gemini.com/v1/prediction-markets/maker-rebate/rates"
  description="Returns the current Maker Rebate rate rules. Public endpoint; no authentication required. Each rule defines a rebate_multiplier_bps and an effective_from timestamp; an optional category scopes the rule to a single market category."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/prediction-markets/maker-rebate/rates",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Query Parameters",
      children: <PMSpecQueryParams operationId="getMakerRebateRates" />,
    },
    {
      heading: "Responses",
      children: <PMSpecResponses operationId="getMakerRebateRates" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Rewards", href: "/rest-api/prediction-markets/rewards" }}
  next={{ label: "List Maker Rebate Payouts", href: "/rest-api/prediction-markets/rewards/list-maker-rebate-payouts" }}
/>
