> For the complete documentation index, see [llms.txt](https://docs-bridgers.bridgers.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/status-code.md).

# 状态码说明

## 注意事项 <a href="#zhu-yi-shi-xiang" id="zhu-yi-shi-xiang"></a>

1. 请求方式为 **POST, application/json**
2. 状态码说明

| 码值   | 描述                              |
| ---- | ------------------------------- |
| 101  | 必填参数为空                          |
| 102  | 参数无效                            |
| 103  | 地址无效                            |
| 104  | 金额应为有效的数字字符串                    |
| 105  | 无法进行同币种兑换                       |
| 106  | token 不存在                       |
| 107  | 此 fromToken 暂不支持兑换              |
| 108  | 此 toToken 暂不支持兑换                |
| 109  | 目标地址不支持币种合约地址                   |
| 110  | 目标地址不支持合约地址                     |
| 411  | 账户余额不足                          |
| 412  | 询价失败                            |
| 413  | 兑换失败                            |
| 414  | 已更新，请勿再次更新！                     |
| 415  | 查询失败                            |
| 777  | 频繁操作，请稍后重试                      |
| 906  | 系统异常                            |
| 907  | 请求被禁止                           |
| 908  | 未授权                             |
| 999  | 服务内部错误                          |
| 1114 | Birdgers 不为您当前所在的国家/地区提供服务      |
| 1145 | 目标地址、退款地址或IP存在风险，请更换其他地址和IP进行兑换 |
| 1146 | XRP地址未激活代币                      |


---

# 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://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/status-code.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.
