> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/xiang-mu-yu-ji-hua/api-jing-ji-shang-ji-hua.md).

# API 经纪商计划

### **概述**

Backpack 的 API 经纪商可通过为其用户提供访问 Backpack 现货与永续合约市场交易基础设施及独特功能的途径，从而获得经纪返佣。

***

### **资格要求**

符合条件的交易平台和订单执行服务提供商可以加入，包括但不限于：

* 交易聚合平台（Exchange Aggregators）
* 交易终端（Trading Terminals）
* 交易机器人（Trading Bots）
* 算法交易平台（Algorithmic Trading Platforms）
* 社交交易平台（Social Trading Platforms）
* 资产管理机构（Asset Managers）

***

{% hint style="info" %}
**提示：如需申请参与此计划，请通过邮箱联系我们：**[**vip@backpack.exchange**](mailto:vip@backpack.exchange)
{% endhint %}

### 集成方式

1. 在 Backpack Exchange 开立企业账户。
2. 查阅 API 文档，并根据您的服务需求设置相关端点连接。
3. 将您的专属经纪商代码作为 API 请求头（API request header）发送。

***

### API 经纪商与队长的区别

* **API 经纪商（API Broker）** 可从 **通过 API 提交的订单** 所产生的交易手续费中获得返佣。
* **队长** 则从 **使用其邀请码注册的新用户** 所产生的交易手续费中获得返佣。
* 敬请知悉，API经纪商计划与[Backpack官方队长计划](/support-docs/cn/jiao-yi-suo/xiang-mu-yu-ji-hua/backpack-guan-fang-dui-zhang-ji-hua.md)是相互独立的，您**不能同时参与这两项计划**。

***

### API 经纪商返佣比例

#### **Backpack API 经纪商返佣等级**

| 等级（Tier）  | 交易量（Volume）  | 返佣比例（Rebate） |
| --------- | ------------ | ------------ |
| **BKR 0** | $0           | 20%          |
| **BKR 1** | $5,000,000   | 30%          |
| **BKR 2** | $10,000,000  | 35%          |
| **BKR 3** | $20,000,000  | 40%          |
| **BKR 4** | $60,000,000  | 45%          |
| **BKR 5** | $100,000,000 | 50%          |

> 💡 **说明：**\
> BKR 等级同时计算通过 API 提交的“现货（Spot）**和**永续合约（Futures）”交易量。

#### 等级计算与返佣发放

每月的第一天，系统会更新经纪商等级并计算返佣金额。计算公式如下：

**返佣金额 = API 交易量 × 手续费率% × min {经纪人返佣比例%, max{0, 50% - 推广返佣比例%}}**

**参数说明：**

* **手续费率（Fee Rate）**：由每位用户的[交易手续费](/support-docs/cn/jiao-yi-suo/jiao-yi/jiao-yi-fei-yong.md)及适用折扣决定。
* **经纪人返佣比例（Broker Rebate）**：根据 API 经纪人的 BKR 等级确定。
* **推广返佣比例（Affiliate Rebate）**：由每位用户在注册时所使用的邀请码（若有）决定。
* **API 交易量（API Volume）**：指通过 API 提交的现货与合约交易总量，须包含每位 API 经纪人的唯一经纪人代码作为 API 请求头。

返佣以 **USD** 结算，并在每月发放至经纪商的 Backpack 账户。

> Backpack 保留自行决定暂停或终止任何参与者参与该计划的权利，包括但不限于涉及欺诈行为、违反用户协议、不遵守适用法律或法规，或任何被认为对平台或其用户有害的行为。

***

### 联系我们

我们随时准备与您探讨业务需求，并提供全天候支持服务。

联系邮箱：[**vip@backpack.exchange**](mailto:vip@backpack.exchange)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/xiang-mu-yu-ji-hua/api-jing-ji-shang-ji-hua.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
