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

# Meteora API

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

Meteora's dynamic bonding curve protocol on Solana, designed for efficient price discovery and liquidity bootstrapping. Codex provides real-time tracking of Meteora token launches, bonding curve progression, and migration events.

## Network Information

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

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

## Token Lifecycle

Meteora 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 Meteora Tokens](/api-reference/queries/filtertokens) — Find the latest token launches on Meteora
* [Get Tokens Completing Bonding Curve on Meteora](/api-reference/queries/filtertokens) — Track tokens nearing graduation (80-100%)
* [Get Graduated Meteora Tokens](/api-reference/queries/filtertokens) — Find tokens that have completed bonding curves and migrated to DEX

### Real-time API

* [Subscribe to All Meteora Token Events](/api-reference/subscriptions/onlaunchpadtokeneventbatch) — Stream real-time launch events, trades, and graduations
* [Subscribe to Individual Meteora 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 Meteora Tokens](/api-reference/queries/gettokenevents) — Query swap events and trading history
* [Get Detailed Statistics for Meteora Tokens](/api-reference/queries/filtertokens) — Retrieve volume, buys/sells, and market metrics
* [Get Token Holders for Meteora Tokens](/api-reference/queries/holders) — Query token holder data and balances

## Try It in the Explorer

Test any Meteora 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
