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

# Rate Limiting

> Rate limits for the Camino Treasury API

## Limits

All endpoints are rate-limited to **100 requests per 60 seconds** per API key (or per IP address if no key is provided).

## Response Headers

Rate limit headers are included in every response:

| Header                  | Description                                               |
| ----------------------- | --------------------------------------------------------- |
| `X-RateLimit-Limit`     | Maximum requests per window (100)                         |
| `X-RateLimit-Remaining` | Requests remaining in the current window                  |
| `Retry-After`           | Seconds to wait before retrying (only on `429` responses) |

When rate limited, wait for the number of seconds specified in the `Retry-After` header before retrying.
