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

# Reference

> Quick paths into the 0xArchive REST API reference: endpoint docs, the playground, JSON schemas, examples, responses, and error contracts.

Start here for routes, schemas, examples, responses, and errors.

<CardGroup cols={2}>
  <Card title="Endpoint reference" icon="square-terminal" href="/api-reference">
    Pick a venue or product area, then open the route page for parameters, auth, responses, and examples.
  </Card>

  <Card title="Playground" icon="play" href="/playground">
    Build requests interactively before wiring them into code.
  </Card>

  <Card title="OpenAPI" icon="braces" href="/openapi">
    Use the REST spec for codegen, tooling, and agent route selection.
  </Card>

  <Card title="Schemas" icon="braces" href="/schemas">
    Browse component schemas, operation schemas, and venue-family schema indexes.
  </Card>

  <Card title="Responses & errors" icon="triangle-alert" href="/responses">
    Handle pagination, empty results, request IDs, retries, and API errors.
  </Card>

  <Card title="Examples" icon="code-2" href="/examples">
    Copy working REST, WebSocket, parser, and agent examples.
  </Card>
</CardGroup>
