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

# LaunchLab API

> Track LaunchLab token launches in real-time with the Codex API. Get launch data, bonding curve progress, graduation events, and live WebSocket updates.

Raydium's token launch platform on Solana, offering customizable bonding curves and direct migration to Raydium liquidity pools. Codex tracks all LaunchLab token launches, bonding curve progress, and post-graduation trading.

## Network Information

| Property              | Value              |
| --------------------- | ------------------ |
| Network               | Solana             |
| Chain ID              | `1399811149`       |
| Protocol Filter       | `RaydiumLaunchpad` |
| Launchpad Name Filter | `"LaunchLab"`      |

<Tip>
  Filter queries to LaunchLab tokens using `launchpadName: "LaunchLab"` in [`filterTokens`](/api-reference/queries/filtertokens) or `protocol: RaydiumLaunchpad` in subscriptions.
</Tip>

## Token Lifecycle

LaunchLab tokens progress through several stages:

1. **Created** — Token deployed on bonding curve
2. **Completing** — Approaching graduation threshold (80-100%)
3. **Completed** — Bonding curve filled
4. **Migrated** — Graduated to DEX liquidity pool

Use `graduationPercent`, `completed`, and `migrated` fields to track token progression.

## Supported APIs

### Launchpad API

* [Get Newly Created LaunchLab Tokens](/api-reference/queries/filtertokens) — Find the latest token launches on LaunchLab
* [Get Tokens Completing Bonding Curve on LaunchLab](/api-reference/queries/filtertokens) — Track tokens nearing graduation (80-100%)
* [Get Graduated LaunchLab Tokens](/api-reference/queries/filtertokens) — Find tokens that have completed bonding curves and migrated to DEX

### Real-time API

* [Subscribe to All LaunchLab Token Events](/api-reference/subscriptions/onlaunchpadtokeneventbatch) — Stream real-time launch events, trades, and graduations
* [Subscribe to Individual LaunchLab Token Events](/api-reference/subscriptions/onlaunchpadtokenevent) — Track events for a specific token

<Warning>
  Launchpad events are extremely high-frequency and will send a large number of requests. We offer a monthly flat-rate option with unlimited requests for this subscription. [Contact us](mailto:hello@codex.io?subject=Launchpad%20Events%20Subscription) for more information.
</Warning>

### Trading & Market Data API

* [Get Trading Events for LaunchLab Tokens](/api-reference/queries/gettokenevents) — Query swap events and trading history
* [Get Detailed Statistics for LaunchLab Tokens](/api-reference/queries/filtertokens) — Retrieve volume, buys/sells, and market metrics
* [Get Token Holders for LaunchLab Tokens](/api-reference/queries/holders) — Query token holder data and balances

## Try It in the Explorer

Test any LaunchLab query directly in the [Codex GraphQL Explorer](/explore).

## Related Resources

* [Launchpads Recipe](/recipes/launchpads) — Build a launchpad dashboard
* [Supported Networks Overview](/networks) — All supported networks
