> For the complete documentation index, see [llms.txt](https://docs.cn.omnibridge.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cn.omnibridge.pro/integration.md).

# 集成

### 欢迎来到闪兑API

本节中, 您可以了解并使用闪兑相关功能。

### API Endpoint

**`https://api.omnibridge.pro`**

**Request Method: post**\
**Content-Type: application/json**

## 闪兑状态码说明

{% content-ref url="/pages/4fw31PS49UMFPgkWqKkr" %}
[状态码说明](/integration/response-code.md)
{% endcontent-ref %}

## 闪兑订单相关

{% content-ref url="/pages/-LSZYDHaPQtfgdRX3Rho" %}
[创建订单](/integration/create-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LSZZJigpPZsDbz5kmJG" %}
[查询订单状态](/integration/order-state.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYs7vUc7bVTOeiOIqM1" %}
[查询订单记录](/integration/order-record.md)
{% endcontent-ref %}

{% content-ref url="/pages/DjcVEWX526URoXwHzahS" %}
[批量查询订单状态](/integration/batch-order-state.md)
{% endcontent-ref %}

## 币种汇率相关

{% content-ref url="/pages/-LSZU\_H7Ge4G9gvS59Mg" %}
[查询币种列表](/integration/coin-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LSZXSIu2EN-E7K27DMO" %}
[查询兑换汇率](/integration/get-base-info.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LeGrLQgFp4OHTuIglcD" %}
[批量查询兑换汇率](/integration/batch-quote.md)
{% endcontent-ref %}

## 闪兑其他接口

{% content-ref url="/pages/NEfFkxESgsBUkBZP3wex" %}
[提交存币hash](/integration/submit-hash.md)
{% endcontent-ref %}

{% content-ref url="/pages/KBAc99bbnDKopg9pMg7t" %}
[批量提交存币hash](/integration/batch-submit-hash.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M7lOAR4w34VhLoalf9X" %}
[查询目标链GAS费接口](/integration/chain-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/CXJ1l4KX1conCBt7DTgl" %}
[免gas兑换](/integration/free-gas-swap.md)
{% endcontent-ref %}


---

# 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.cn.omnibridge.pro/integration.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.
