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 其他模块相同的业务响应包格式:首批支持协议
AcrossStargateCircle CCTP
deBridge DLN
接口地图
| 域 | 方法 | 路径 | 说明 |
|---|---|---|---|
| Route | GET | /api/v1/bridge/routes | 查询桥接路线 |
| Order | POST | /api/v1/bridge/orders | 创建桥接订单 |
| Order | GET | /api/v1/bridge/orders/{id} | 查询桥接订单状态 |
| Webhook | POST | /api/webhooks/bridge/{providerKey} | 接收 provider 回调 |