# Bridgers API

## Bridgers API

- [Basic information](https://docs-bridgers-en.bridgers.xyz/basic-information.md)
- [Swap procedure](https://docs-bridgers-en.bridgers.xyz/liu-cheng-tu.md): flow chart
- [status code](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/status-code.md)
- [Get coins list](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/get-coins-list.md): Get the list of currencies supported on Bridgers
- [Request quote](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/request-quote.md): Provide a quote inquiry endpoint for users to inform users of currency transaction information and currency exchange range.
- [Contract approval](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/contract-approval.md): Network tokens need to grant permission to the contract first to be able to exchange on the contract
- [Obtain callData](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/obtain-calldata.md): Request endpoint to initiate the swap
- [Generate order information](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/generate-order-information.md): After wallet sent the FROM currency, upload hash to get the order details
- [Query transaction records](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/query-transaction-records.md): Query user history transaction records
- [Query transaction details](https://docs-bridgers-en.bridgers.xyz/bridgers-api-endpoints/query-transaction-details.md): Query the details of a single transaction
- [bridgers skills](https://docs-bridgers-en.bridgers.xyz/bridgers-skills.md)
- [FAQ](https://docs-bridgers-en.bridgers.xyz/faq/faq.md): For third-party enquiries with integration issues
- [Consensus Mechanism](https://docs-bridgers-en.bridgers.xyz/basic/consensus-mechanism.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs-bridgers-en.bridgers.xyz/basic-information.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.
