# Margin Trading

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

<ApiCategoryPage
  breadcrumbs={[
    { label: "REST APIs", href: "/rest-api/rest-api" },
    { label: "Trading", href: "/rest-api/rest-api#trading" },
  ]}
  title="Margin Trading"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Endpoints for trading on margin on the Gemini platform, including account summaries, rate information, and order impact previews."
  links={[
    { icon: IconInfoOutlined, title: "Get Margin Account Summary", href: "/rest-api/trading/margin/get-margin-account-summary" },
  ]}
  prev={{ label: "Get Open Positions", href: "/rest-api/trading/derivatives/get-open-positions" }}
  next={{ label: "Get Margin Account Summary", href: "/rest-api/trading/margin/get-margin-account-summary" }}
/>
