> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# API reference

> Interactive reference for the Kanarie API.

The Kanarie API reference is generated from the OpenAPI spec in `api-reference/openapi.json`.

Every endpoint page includes request parameters, response examples, generated code snippets, and a Mintlify playground. Paste your Kanarie API key into the auth field to send live requests to:

```bash theme={null}
https://api.kanarie.xyz
```

## Endpoint groups

<CardGroup cols={2}>
  <Card title="Content" icon="newspaper" href="/api-reference/introduction">
    Search content and rank project or handle mentions.
  </Card>

  <Card title="Projects" icon="blocks" href="/api-reference/introduction">
    Search, filter, map, and analyze projects.
  </Card>

  <Card title="Data" icon="chart-line" href="/api-reference/introduction">
    Analyze virality and retrieve fundamentals.
  </Card>

  <Card title="Wallets" icon="wallet" href="/api-reference/introduction">
    Access smart money, PnL leaders, and wallet PnL details.
  </Card>
</CardGroup>

<Note>
  Public v1 data endpoints can fall back to x402 payment when no API key is present, an API key fails client-side auth, or an API key exceeds plan limits.
</Note>
