> 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/solver-jie-ru/solver-shou-kuan-tong-zhi-jie-kou.md).

# Solver收款通知接口

**1. 接口调用，POST接口，solver提供。**

**2. 请求参数示例**

<table><thead><tr><th>参数</th><th width="104.3333740234375">是否必须</th><th>说明</th></tr></thead><tbody><tr><td>intentId</td><td>是</td><td>solver订单号</td></tr><tr><td>hash</td><td>是</td><td>平台转账给 Solver 的交易Hash</td></tr><tr><td>address</td><td>是</td><td>Solver收款地址</td></tr></tbody></table>

**3.请求参数示例**

```
{
    "intentId":"10001",
    "hash":"0x123456789",
    "address":"0x123456"
}
```

**4.返回结果示例**

```
{
    "data":{
        "result":"success"
    }
}
```

[](<https://{host}/api/v1/queryCoinList&#xD;&#xA;>)

**5.返回参数说明**

<table data-header-hidden><thead><tr><th width="149">字段名称</th><th width="184">字段</th><th width="100">数据类型</th><th width="319">备注</th></tr></thead><tbody><tr><td>状态</td><td>result</td><td>String</td><td>成功返回 success</td></tr></tbody></table>
