# Rewards

import { IconChartLine } from "@hubble/icons/dist/cjs/web/index.js";

<ApiCategoryPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Prediction Markets", href: "/rest-api/rest-api#prediction-markets" },
  ]}
  title="Rewards"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description={<>Endpoints for the Maker Rebate and <a href="https://exchange.gemini.com/predictions/liquidity-rewards">Liquidity Rewards</a> programs. Maker Rebate pays per-fill rebates on resting limit orders that get filled. Liquidity Rewards distributes daily USD pools across qualifying makers based on quote uptime, spread, and size. Response fields on these endpoints use snake_case.</>}
  links={[
    { icon: IconChartLine, title: "Get Maker Rebate Rates", href: "/rest-api/prediction-markets/rewards/get-maker-rebate-rates" },
    { icon: IconChartLine, title: "List Maker Rebate Payouts", href: "/rest-api/prediction-markets/rewards/list-maker-rebate-payouts" },
    { icon: IconChartLine, title: "Get Maker Rebate Lifetime Summary", href: "/rest-api/prediction-markets/rewards/get-maker-rebate-lifetime-summary" },
    { icon: IconChartLine, title: "Get Liquidity Rewards Config", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-config" },
    { icon: IconChartLine, title: "List Liquidity Rewards Events", href: "/rest-api/prediction-markets/rewards/list-liquidity-rewards-events" },
    { icon: IconChartLine, title: "Get Liquidity Rewards Daily Summary", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-daily-summary" },
    { icon: IconChartLine, title: "Get Liquidity Rewards Lifetime Summary", href: "/rest-api/prediction-markets/rewards/get-liquidity-rewards-lifetime-summary" },
  ]}
  prev={{ label: "Positions", href: "/rest-api/prediction-markets/positions" }}
  next={{ label: "Get Maker Rebate Rates", href: "/rest-api/prediction-markets/rewards/get-maker-rebate-rates" }}
/>
