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

# Welcome

> Real-time and historical Solana DEX data — swap streams plus swap-event-derived OHLCV.

Dexploit gives you two things: a live stream of every swap on the Solana DEXs we track, and accurate OHLCV candles built from those swaps as they happen. No account-state polling, no carry-forward bars, no separate price oracle.

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Find a pool and fetch your first candle in 5 minutes.
  </Card>

  <Card title="Concepts: Pairs vs tokens" icon="graduation-cap" href="/concepts/pairs-vs-tokens">
    The one thing to internalize before you write any code.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API keys, headers, and tier limits.
  </Card>
</Columns>

## Plans

| Plan       | Price    | Suited for                                |
| ---------- | -------- | ----------------------------------------- |
| Free       | \$0      | Hobby projects, evaluation. Rate-limited. |
| Developer  | \$50/mo  | Solo devs and prototypes. No rate limit.  |
| Pro        | \$199/mo | Production apps. Higher quotas.           |
| Enterprise | Custom   | High-volume + custom SLAs.                |

See the full quota and rate-limit table on the [Authentication page](/authentication).

## What's next

<Columns cols={2}>
  <Card title="Streaming" icon="bolt" href="/streaming/websocket">
    WebSocket and gRPC for real-time swap events.
  </Card>

  <Card title="GitHub Examples" icon="github" href="https://github.com/DexploitV1/Dexploit-Examples">
    Working sample apps for the most common integration patterns.
  </Card>
</Columns>
