> 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.md).

# Bridgers API接口

- [状态码说明](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/status-code.md)
- [获取币种列表](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/get-coins-list.md): 获取支持Bridgers兑换的币种列表
- [询价](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/request-quote.md): 提供询价接口给用户，告诉用户币币交易信息以及币种兑换范围，若用户填写值在可兑换范围外，为避免用户损失，请提醒用户更改兑换值
- [合约授权](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/contract-approval.md): 代币通过合约兑换需要判断代币是否对合约进行授权
- [获取callData 数据](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/obtain-calldata.md): 调用接口发起兑换
- [生成订单信息](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/generate-order-information.md): 钱包地址转币后，上传转币hash获取订单详细信息
- [查询交易记录](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/query-transaction-records.md): 查询用户历史交易记录
- [查询交易详情](https://docs-bridgers.bridgers.xyz/bridgers-api-jie-kou/query-transaction-details.md): 查询用户单笔交易详情


---

# 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.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.
