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

# Authentication

> The API is open — no API keys required today

# Authentication

The Snekfun API is **open** today. No API key or token is required for public endpoints.

<Note>
  API keys may be introduced in the future for higher rate limits or private endpoints.
</Note>

## Auth modes

Each endpoint in this reference is tagged with one of:

* **Public** — call directly, no credentials.
* **Signed** — payload must be cryptographically signed by the caller's wallet.

## Example request

```bash theme={null}
curl https://analytics.snek.fun/v1/pools-main-page/koth
```
