# API 购买

**FeeSaver API 官方文档：**

{% embed url="<https://documenter.getpostman.com/view/40768941/2sAYkBtMS4>" %}

### 在此获取 API 密钥： [@FeeSaver\_bot](https://t.me/feesaver_bot)

**API 密钥** 是用于在访问 FeeSaver API 时识别用户的唯一代码。该工具用于保护您的账户并防止第三方访问。每位用户都会获得一个单独的密钥，在通过 API 发起请求时需提供该密钥。系统将据此验证请求的真实性并防止可能的恶意请求，从而保证服务的稳定运行。

如何在 @FeeSaver\_bot 中获取 API 密钥的分步说明：

1. 进入 [@FeeSaver\_bot](https://t.me/FeeSaver_bot)，点击 **/start**.
2. 点击“API 密钥”
3. FeeSaver 将生成唯一的 API 密钥

<figure><img src="/files/dbbafeb209fe91df0c3c8b81f3399efbad6dd1d4" alt=""><figcaption></figcaption></figure>

#### 重要事项：

1. **密钥保存：** 确保您的 API 密钥不被第三方获取，以避免被不法分子使用。
2. **密钥丢失：** 如果您丢失了密钥，请立即联系支持团队 <https://t.me/FeeSaver_manager> 或 <https://t.me/FeeSaver_support>.
3. **支持：** 如果在使用 API 或设置时有任何问题，请与我们的 [支持团队联系](https://t.me/FeeSaver_support).

API 密钥是安全可靠连接 FeeSaver API 的重要组成部分。请保护好您的数据并尽可能高效地使用本服务！

***

还有疑问？请写信给我们的支持团队 [t.me/feesaver\_support](https://t.me/feesaver_support)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://feesaver.gitbook.io/docs/zh/feesaver/api-bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
