# status code

### 1. The request method is POST, application/json

### 2. Status code description:

| code | description                                                                                                           |
| ---- | --------------------------------------------------------------------------------------------------------------------- |
| 101  | required parameter is empty                                                                                           |
| 102  | invalid parameter                                                                                                     |
| 103  | invalid address                                                                                                       |
| 104  | amount should be a valid number string                                                                                |
| 105  | Same currency cannot be exchanged                                                                                     |
| 106  | token does not exist                                                                                                  |
| 107  | This fromToken does not support exchange yet                                                                          |
| 108  | This toToken does not support exchange yet                                                                            |
| 109  | target address is not support coin contract address                                                                   |
| 110  | target address is not support contract address                                                                        |
| 411  | Insufficient account balance                                                                                          |
| 412  | quote fail                                                                                                            |
| 413  | swap fail                                                                                                             |
| 414  | fail:updated, please do not update again！                                                                             |
| 415  | query fail                                                                                                            |
| 777  | Frequent operations, please try again later                                                                           |
| 906  | System exceptions                                                                                                     |
| 907  | Forbidden Request                                                                                                     |
| 908  | No authorization                                                                                                      |
| 999  | Service Internal Error                                                                                                |
| 1114 | Birdgers does not provide services for your current country/region                                                    |
| 1145 | There are risks in the target address, refund address or IP. Please change to other addresses and IPs for redemption. |
| 1146 | The XRP address does not activate the token                                                                           |


---

# 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-en.bridgers.xyz/bridgers-api-endpoints/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.
