> 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/intent/integration.md).

# 集成

集成意图交易和一般集成OmniBrider接口一样，只是部分接口增加入参，其他接口参考上面集成的那个标签里的接口。

### <sub>**1.查询兑换汇率接口**</sub>

```
https://{host}/api/v1/getBaseInfo
```

请求参数增加参数

| 参数        | 是否必须 | 说明     |
| --------- | ---- | ------ |
| protocols | 是    | intent |

返回参数不变

### 2.创建订单接口

```
https://{host}/api/v2/accountExchange
```

请求参数增加参数

| 参数        | 是否必须 | 说明     |
| --------- | ---- | ------ |
| protocols | 是    | intent |

返回参数不变
