# Volume

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="Volume"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Public, unauthenticated trade-volume data for Prediction Markets. Retrieve a daily or hourly UTC series with the category hierarchy for each period."
  links={[
    { icon: IconChartLine, title: "Get Prediction Market Volume", href: "/rest-api/prediction-markets/volume/get-volume" },
  ]}
  prev={{ label: "Events", href: "/rest-api/prediction-markets/events" }}
  next={{ label: "Get Prediction Market Volume", href: "/rest-api/prediction-markets/volume/get-volume" }}
/>
