> 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 经纪商返佣等级**

{% hint style="info" %}
**说明：**

* BKR 等级同时计算通过 API 提交的“现货（Spot）**和**永续合约（Futures）”交易量。
* 股票永续合约的交易量不计入API 经纪商等级计算，且股票永续合约产生的交易手续费不符合 API 经纪商计划返佣条件。如果合作伙伴有兴趣参与针对股票永续合约的 KPI 奖励计划，可以[联系我们的团队](mailto:vip@backpack.exchange)进一步了解潜在的合作机会。
  {% endhint %}

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

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

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

**参数说明：**

* **手续费率**：由每位用户的[交易手续费](/support-docs/cn/jiao-yi-suo/jiao-yi/jiao-yi-fei-yong.md)及适用折扣决定。
* **经纪商返佣比例**：根据 API 经纪商的 BKR 等级确定。
* **推广返佣比例（**：由每位用户在注册时所使用的邀请码（若有）决定。
* **符合条件的API 交易量**：指通过 API 提交、并在 API 请求头中使用各 API 经纪商 唯一 Broker Code 的现货及期货交易量，**不包括 Equity Perps 的交易量**。

返佣以 **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.
