For the complete documentation index, see llms.txt. This page is also available as Markdown.

◻️Solver收款通知接口

平台完成结算后通知 Solver。

1. 接口调用,POST接口,solver提供。

2. 请求参数示例

参数
是否必须
说明

intentId

solver订单号

hash

平台转账给 Solver 的交易Hash

address

Solver收款地址

3.请求参数示例

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

4.返回结果示例

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

5.返回参数说明

状态

result

String

成功返回 success

Last updated