cURL
curl --request POST \ --url https://api.example.com/api/webhooks/bridge/{providerKey} \ --header 'Content-Type: application/json' \ --data ' { "orderId": "bridge_20260511_0001", "providerOrderId": "across_789", "status": "completed", "sourceTxHash": "0x123", "destinationTxHash": "0x456" } '
{ "code": 0, "msg": "ok", "data": { "accepted": true } }
接收并校验第三方桥 provider 的原始回调载荷。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
provider 标识。
"across"
provider 原始 webhook 载荷,经适配层校验后处理。
成功接收 webhook
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
webhook 接收结果。
Show child attributes