# bridgers API endpoints

- [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


---

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