> For the complete documentation index, see [llms.txt](https://clanker.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clanker.gitbook.io/documentation/api-reference/api-reference.md).

# Overview

The Clanker API provides programmatic access to token deployment, search, market data, and more.

**Base URL:** `https://www.clanker.world`

## Authentication

| Method          | Header                                                              | Description                             |
| --------------- | ------------------------------------------------------------------- | --------------------------------------- |
| Public          | None                                                                | No authentication required.             |
| Partner API Key | `x-api-key: <your-key>`                                             | Issued per-partner by the Clanker team. |
| User Auth       | `Authorization: Bearer <token>` + `fc-id-token` or `privy-id-token` | Farcaster or Privy authentication.      |
