> ## 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.

# Endpoint reference

> Choose a 0xArchive REST API area and jump to route docs for parameters, auth, responses, and examples across Hyperliquid and Lighter.

Choose a market or utility area, then open the route you need. Each route page includes the method, path, parameters, auth, status codes, schemas, and examples.

## Browse By Family

<CardGroup cols={2}>
  <Card title="Hyperliquid" icon="chart-candlestick" href="/api-reference/hyperliquid">
    Perps order books, trades, candles, funding, open interest, liquidations, wallets, and CVD.
  </Card>

  <Card title="HIP-3" icon="activity" href="/api-reference/hip3">
    HIP-3 builder market prices, order flow, oracle data, wallets, and liquidations.
  </Card>

  <Card title="HIP-4" icon="chart-no-axes-combined" href="/api-reference/hip4">
    Outcome-market prices, order books, questions, outcomes, and trades.
  </Card>

  <Card title="Hyperliquid Spot" icon="coins" href="/api-reference/hyperliquid-spot">
    Spot pairs, order books, trades, TWAPs, freshness, and history.
  </Card>

  <Card title="Lighter" icon="layers" href="/api-reference/lighter">
    Lighter market data for candles, trades, order books, funding, open interest, and liquidations.
  </Card>

  <Card title="Data Quality" icon="shield-check" href="/api-reference/data-quality">
    Freshness, coverage, incidents, latency, and service status.
  </Card>

  <Card title="Auth & Keys" icon="key-round" href="/api-reference/auth-and-keys">
    Wallet sign-in, API keys, checkout access, and revocation.
  </Card>

  <Card title="System" icon="server" href="/api-reference/system">
    Health checks, public stats, coverage status, and symbol discovery.
  </Card>
</CardGroup>

## More Reference Tools

<CardGroup cols={2}>
  <Card title="OpenAPI" icon="braces" href="/openapi">
    Open the REST specification for codegen, audits, and route details.
  </Card>

  <Card title="Playground" icon="play" href="/playground">
    Build and test requests interactively.
  </Card>

  <Card title="Schemas" icon="route" href="/schemas">
    Browse operation and component schemas.
  </Card>

  <Card title="Reference" icon="book-open-check" href="/reference">
    Back to Reference.
  </Card>
</CardGroup>
