> ## Documentation Index
> Fetch the complete documentation index at: https://docs.numofx.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Numo is an exchange for physically delivered, FX stablecoin futures.

# Introduction

<img src="https://mintcdn.com/numo-b43262e0/eMOIYQdeXa7Q6NKH/logo/light.png?fit=max&auto=format&n=eMOIYQdeXa7Q6NKH&q=85&s=2443d485067e38ad8b31b8409834014e" alt="Numo" className="block dark:hidden" style={{ maxWidth: "240px", width: "100%", margin: "0.25rem 0 2.25rem" }} width="1102" height="384" data-path="logo/light.png" />

<img src="https://mintcdn.com/numo-b43262e0/eMOIYQdeXa7Q6NKH/logo/dark.png?fit=max&auto=format&n=eMOIYQdeXa7Q6NKH&q=85&s=3f79e734057ba88893ba7b613d180263" alt="Numo" className="hidden dark:block" style={{ maxWidth: "240px", width: "100%", margin: "0.25rem 0 2.25rem" }} width="1102" height="384" data-path="logo/dark.png" />

## Start building with the Numo API

Use these guides and references to integrate faster.

<Columns cols={2}>
  <Card title="Quickstart guide" icon="rocket" href="/quickstart">
    Make your first market read and submit your first signed order.
  </Card>

  <Card title="Authentication and signing" icon="key" href="/quickstart">
    Learn the signed payload fields required for authenticated order requests.
  </Card>

  <Card title="Endpoint reference" icon="terminal" href="/api-reference/introduction">
    Browse the Numo API reference for request and response formats.
  </Card>

  <Card title="Websocket stream planning" icon="wave-square" href="/api-reference/introduction">
    Use this reference as your source of truth while you design websocket stream consumers.
  </Card>

  <Card title="Order errors and validation" icon="triangle-exclamation" href="/quickstart">
    Review common order validation requirements before you submit production traffic.
  </Card>

  <Card title="Rate and polling strategy" icon="gauge-high" href="/quickstart">
    Build predictable polling loops for orderbook and trade reads.
  </Card>

  <Card title="Code samples" icon="code" href="/quickstart">
    Start from copy-paste examples in cURL and adapt them to your stack.
  </Card>

  <Card title="Webhook integration reference" icon="link" href="/api-reference/endpoint/webhook">
    Integrate the execution webhook route used by your match executor.
  </Card>
</Columns>
