# Instant Orders

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

<ApiCategoryPage
  breadcrumbs={[
    { label: "Trading", href: "/trading/trading" },
  ]}
  title="Instant Orders"
  version="1.0.0"
  endpoint="https://api.gemini.com"
  description="Endpoints for requesting instant quotes and executing locked-in prices for supported trading pairs."
  links={[
    { icon: IconInfoOutlined, title: "Get Instant Quote", href: "/trading/rest-api/instant-orders/get-instant-quote" },
    { icon: IconInfoOutlined, title: "Execute Instant Order", href: "/trading/rest-api/instant-orders/execute-instant-order" },
  ]}
  prev={{ label: "List Clearing Trades", href: "/trading/rest-api/clearing/list-clearing-trades" }}
  next={{ label: "Get Instant Quote", href: "/trading/rest-api/instant-orders/get-instant-quote" }}
/>
