# 状态码说明

## 注意事项 <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: 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-bridgers.bridgers.xyz/bridgers-api-jie-kou/status-code.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.
