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

# Clanker API

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

AI-powered token launcher on Base that creates tokens through social interactions. Codex tracks all Clanker token launches and trading activity from the moment of creation.

## Network Information

| Property              | Value       |
| --------------------- | ----------- |
| Network               | Base        |
| Chain ID              | `8453`      |
| Protocol Filter       | `Clanker`   |
| Launchpad Name Filter | `"Clanker"` |

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

<Tip>
  Clanker V4 also exists as a separate protocol. Use `launchpadName: "Clanker V4"` or `protocol: ClankerV4` to query V4 tokens specifically.
</Tip>

## Token Lifecycle

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

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

### Real-time API

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

## Try It in the Explorer

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