跳转到主要内容

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.

Bridge 概览

Base URLs

  • 用户 API:/api/v1/bridge
  • Webhook:/api/webhooks/bridge
  • 管理 API:/api/admin/bridge

统一响应规范

Bridge 使用和 NexFi 其他模块相同的业务响应包格式:
{
  "code": 0,
  "msg": "ok",
  "data": {}
}

首批支持协议

  • Across
  • Stargate
  • Circle CCTP
二期候选:
  • deBridge DLN

接口地图

方法路径说明
RouteGET/api/v1/bridge/routes查询桥接路线
OrderPOST/api/v1/bridge/orders创建桥接订单
OrderGET/api/v1/bridge/orders/{id}查询桥接订单状态
WebhookPOST/api/webhooks/bridge/{providerKey}接收 provider 回调