# 说明

### API简介

* 欢迎使用API！ 你可以使用此 API 获得市场行情数据，进行交易，并且管理你的账户。

### 请求说明

* 本文档适用于已经在官方申请过渠道号channelId与私钥的合作方
* 合作方要求：提供渠道名称、注册账户

### 事项注意

1. API接口均需要进行签名鉴权，签名方式，参见相关文档.
2. 交易API对接，所有接口应放于服务器端与我们进行交互（接口鉴权密钥放于客户端太过危险）
3. 请求方式为 **POST application/json**
4. 状态码说明：

| 返回码  | 说明               |
| ---- | ---------------- |
| 800  | 成功               |
| 900  | 系统繁忙，请稍后在试       |
| 1100 | 交易对不合法           |
| 1101 | 交易对不存在           |
| 1102 | 深度不存在            |
| 1103 | 交易类型不合法          |
| 1104 | 交易价格不合法          |
| 1105 | 交易价格精度过长         |
| 1106 | 交易数量不合法          |
| 1107 | 交易数量精度过长         |
| 1108 | 最小交易量不能低于0.01    |
| 1109 | 最小交易额度不能低于0.0001 |
| 1110 | 撤销完成             |
| 1111 | 撤销失败             |


---

# 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://docs-swft.swft.pro/ju-he-jiao-yi-api-jie-kou/shuo-ming.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.
