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

# Zora Solana API

> Track Zora Solana token launches in real-time with the Codex API. Get launch data, trading activity, and live WebSocket updates.

Zora's token creation protocol on Solana. Codex tracks Zora Solana token launches and trading activity from the moment of creation.

## Network Information

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

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

## Token Lifecycle

Zora Solana tokens are created as standard DEX pairs without bonding curve mechanics. Tokens are tradeable immediately upon launch.

<Note>
  Zora Solana does not use bonding curves. Fields like `graduationPercent`, `completed`, and `migrated` will not be populated for these tokens.
</Note>

## Supported APIs

### Launchpad API

* [Get Newly Created Zora Solana Tokens](/api-reference/queries/filtertokens) — Find the latest token launches on Zora Solana

### Real-time API

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

## Try It in the Explorer

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

## Related Resources

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