> ## Documentation Index
> Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

<div className="w-full flex flex-col items-center justify-center py-6 text-center px-4">
  <div className="text-5xl font-bold max-w-4xl text-[#252525] dark:text-[#D8AF48] leading-[1.2] tracking-tight">
    <h1>WhiteBIT API Platform</h1>
  </div>

  <p className="text-lg max-w-[44rem] mx-auto mt-2" style={{ fontWeight: '500' }}>
    Access the global cryptocurrency market with WhiteBIT's comprehensive trading APIs. Build powerful trading applications with developer-friendly tools.
  </p>

  <div className="flex items-center justify-center gap-4 mt-6">
    <span className="px-3 py-1 bg-gray-200 dark:bg-gray-900 rounded-full dark:text-white text-black flex items-center gap-2">
      <span className="text-sm">Low Latency</span>
    </span>

    <span className="px-3 py-1 bg-gray-200 dark:bg-gray-900 rounded-full dark:text-white text-black flex items-center gap-2">
      <span className="text-sm">Global Access</span>
    </span>

    <span className="px-3 py-1 bg-gray-200 dark:bg-gray-900 rounded-full dark:text-white text-black flex items-center gap-2">
      <span className="text-sm">24/7 Support</span>
    </span>
  </div>
</div>

<div className="mb-32 max-w-6xl mx-auto px-6 pb-8">
  <div className="my-8">
    <div className="text-3xl text-center font-bold w-full">
      Explore the APIs
    </div>

    <p className="text-lg text-center" style={{ fontWeight: '500', maxWidth: '40rem', margin: '0 auto', marginTop: '0.5rem' }}>
      Three integration interfaces — pick the one that fits your use case
    </p>
  </div>

  <CardGroup cols={3}>
    <Card title="REST API" icon="square-terminal" href="/api-reference/overview">
      Full access to market data, spot trading, collateral trading, account management, and sub-accounts. Authenticated with HMAC-SHA512.
    </Card>

    <Card title="WebSocket API" icon="plug" href="/websocket/overview">
      Real-time market streams and private account streams over persistent connections. Millisecond latency for prices, order books, and trades.
    </Card>

    <Card title="Platform Features" icon="gear" href="/platform/overview">
      Webhooks, OAuth, colocation, and self-trade prevention. Extend your integration beyond core trading operations.
    </Card>
  </CardGroup>

  <div className="border-t border-gray-200 dark:border-gray-700 mt-12 mb-8" />

  <div className="my-8">
    <div className="text-3xl text-center font-bold w-full">
      Common starting points
    </div>

    <p className="text-lg text-center" style={{ fontWeight: '500', maxWidth: '40rem', margin: '0 auto', marginTop: '0.5rem' }}>
      Jump directly to the section that matches what you are building
    </p>
  </div>

  <CardGroup cols={2}>
    <Card title="Market Data" icon="chart-bar" href="/api-reference/market-data/overview">
      Public endpoints for order books, trade history, ticker prices, fees, and server status. No authentication required.
    </Card>

    <Card title="Spot Trading" icon="arrow-right-arrow-left" href="/api-reference/spot-trading/overview">
      Place and manage limit, market, stop-limit, and stop-market orders. Query execution history and control kill-switch timers.
    </Card>

    <Card title="Account & Wallet" icon="wallet" href="/api-reference/account-wallet/overview">
      Main balance, deposits, withdrawals, internal transfers, codes, and crypto lending.
    </Card>

    <Card title="SDKs & Helpers" icon="code" href="https://github.com/whitebit-exchange/api-quickstart">
      Multi-language API Quick Start Helper with examples in Python, Node.js, Go, PHP, Rust, and more.
    </Card>
  </CardGroup>

  <div className="border-t border-gray-200 dark:border-gray-700 mt-12 mb-8" />

  <div className="my-8">
    <div className="text-3xl text-center font-bold w-full">
      Ready to Get Started?
    </div>

    <p className="text-lg text-center " style={{  fontWeight: '500' , maxWidth: '32rem', margin: '0 auto', marginTop: '0.5rem'}}>
      Join thousands of developers building with WhiteBIT's API platform
    </p>

    <div className="flex justify-center items-center gap-8 mt-8">
      <a href="https://whitebit.com/settings/api" className="px-4 py-2 bg-[#EABE4D] hover:bg-[#EABE4A] rounded-xl text-black no-underline">Create API Key</a>
      <a href="/platform/overview" className="px-4 py-2 rounded-xl border border-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800 no-underline">Read the Docs</a>
    </div>

    <div className="border-t border-gray-200 dark:border-gray-700 mt-12" />
  </div>
</div>
