# Derivatives

import { IconDocumentOutlined } 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="Derivatives"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Endpoints for trading perpetual contracts and derivatives products on Gemini, including funding amounts and derivatives-specific account operations."
  links={[
    { icon: IconDocumentOutlined, title: "Get Open Positions", href: "/rest-api/trading/derivatives/get-open-positions" },
  ]}
  prev={{ label: "FX Rate", href: "/rest-api/trading/market-data/fx-rate" }}
  next={{ label: "Get Open Positions", href: "/rest-api/trading/derivatives/get-open-positions" }}
/>
