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

# Four.meme API

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

The leading memecoin launchpad on BNB Chain, enabling fair token launches with bonding curve mechanics. Codex provides full coverage of Four.meme token launches, graduations, and trading activity.

## Network Information

| Property              | Value         |
| --------------------- | ------------- |
| Network               | BNB Chain     |
| Chain ID              | `56`          |
| Protocol Filter       | `FourMeme`    |
| Launchpad Name Filter | `"Four.meme"` |

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

## Token Lifecycle

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

### Real-time API

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

## Try It in the Explorer

Test any Four.meme 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
