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

# API Key

## Getting Your API Key

1. **Log in** at [anoncoin.it](https://anoncoin.it)
2. Click your **profile avatar** (top-right)
3. Go to **API Key**
4. Click **Generate API Key**

***

## Authentication

All API requests must include the following header:

| Header      | Value                  |
| ----------- | ---------------------- |
| `x-api-key` | Your generated API key |

```
x-api-key: YOUR_API_KEY
```

***

## API Host

| Environment    | URL                       |
| -------------- | ------------------------- |
| **Production** | `https://api.anoncoin.it` |

***

## Rate Limits

| Limit                   | Value |
| ----------------------- | ----- |
| **Requests per minute** | 10    |

Rate limits apply as per the account from which the API key is generated. The same rate limits apply to all endpoints.
