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

# 速率限制

> API 速率限制信息

## 速率限制

为保证平台稳定，Nonce API 限制请求频率。

<Warning>
  限制参数可能调整，建议在应用中实现重试逻辑。
</Warning>

### 当前限制

| 操作类型              | 限制          |
| ----------------- | ----------- |
| 读取 (GET)          | 每分钟 100 次请求 |
| 写入 (POST, DELETE) | 请联系管理员      |

### 超出速率限制

超过限制时，API 返回 `429 Too Many Requests`。重试时建议用指数退避。

如需更高限额，请联系 [hi@nonce.app](mailto:hi@nonce.app)。
