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

◻️Solver订单通知接口

平台确认用户存币成功后调用。

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

2. 请求参数示例

参数
是否必须
说明

intentId

solver订单号

status

订单状态(success 成功,timeout 超时)

fromCoin

原币

toCoin

目标币

3.请求参数示例

{
    "intentId":"123456",
    "status":"success",
    "fromCoin":"USDT(BASE)",
    "toCoin":"USDT(ETH)"
}

4.返回结果示例

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

5.返回参数说明

状态

result

String

成功返回 success

Last updated