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

# Kanarie API

> Search crypto content, projects, fundamentals, mindshare, and wallet data.

Kanarie API gives you programmatic access to crypto-native content search, project intelligence, mindshare, fundamentals, and wallet datasets.

The production base URL is:

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

Use `Authorization: Bearer YOUR_API_KEY` on authenticated requests. The `x-kanarie-api-key` header is also supported for current clients. API reference pages include a native Mintlify playground so you can paste your key, adjust parameters, and send live requests to the Kanarie API.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated content search request.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Explore every endpoint with live request examples.
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Learn the API key header and compatibility aliases.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/guides/rate-limits">
    Review plan limits and rate-limit response behavior.
  </Card>
</CardGroup>

## Common workflows

<CardGroup cols={2}>
  <Card title="Search content" icon="magnifying-glass" href="/api-reference/introduction">
    Search posts, news, developments, tweets, and YouTube content.
  </Card>

  <Card title="Search projects" icon="blocks" href="/api-reference/introduction">
    Find projects by ID, name, symbol, address, or semantic concept.
  </Card>

  <Card title="Filter projects" icon="filter" href="/api-reference/introduction">
    Screen projects by market, technical, mindshare, ecosystem, and category criteria.
  </Card>

  <Card title="Wallet data" icon="wallet" href="/api-reference/introduction">
    Retrieve smart money token lists, PnL leaderboards, and wallet-level PnL details.
  </Card>
</CardGroup>
