cURL
curl --request GET \ --url https://api.example.com/api/v1/bridge/orders/{id}
{ "code": 0, "msg": "ok", "data": { "orderId": "bridge_20260511_0001", "providerKey": "across", "status": "bridging", "sourceTxHash": "0x123", "updatedAt": "2026-05-11T10:00:00.000Z", "failReason": null } }
根据平台订单号返回统一后的桥接状态。
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.
平台订单号。
"bridge_20260511_0001"
成功返回订单状态
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
桥接订单状态载荷。
Show child attributes