> ## 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)。
