跳转到主要内容
GET
/
api
/
v1
/
bridge
/
orders
/
{id}
获取桥接订单状态
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 Index

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.

路径参数

id
string
必填

平台订单号。

示例:

"bridge_20260511_0001"

响应

200 - application/json

成功返回订单状态

统一响应包裹结构。

code
integer
必填

业务状态码,0 表示成功。

示例:

0

msg
string
必填

可读返回消息。

示例:

"ok"

data
object

桥接订单状态载荷。