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

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

Token and NFT creation protocol available across Base and Zora networks. Codex tracks Zora token launches and trading activity across supported networks.

## Network Information

| Property              | Value             |
| --------------------- | ----------------- |
| Network               | Base, Zora        |
| Chain ID              | `8453`, `7777777` |
| Protocol Filter       | `ZoraV4`          |
| Launchpad Name Filter | `"Zora"`          |

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

<Tip>
  Zora is available on both Base (chain ID `8453`) and Zora network (chain ID `7777777`). Additionally, `launchpadName: "Zora Creator"` and `protocol: ZoraCreatorV4` exist as a variant for Zora Creator tokens.
</Tip>

## Token Lifecycle

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

<Note>
  Zora 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 Tokens](/api-reference/queries/filtertokens) — Find the latest token launches on Zora

### Real-time API

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

## Try It in the Explorer

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