跳转到主要内容
Stablecoin Account API 发布方声明 转账在 UQPAY 的两套账户体系之间划转法币:**转出(transfer out)**把资金从 Stablecoin Account 划到 Global Account,**转入(transfer in)**把资金从 Global Account 划到 Stablecoin Account。它与充值、兑换、出款一起构成完整闭环:加密货币入账 → 兑换 → 转出 → 从 Global Account 出款(入金客户则反向操作)。

创建转账

调用 Create Transfer,传入币种、金额和方向:
响应:
如果订单在提交时失败,data 中的 message 字段会携带失败原因。

跟踪转账

转账状态从 Submitted / Pending 流转到 SuccessFailedSubmit Failed。更新通过转账 webhook 推送: 用长 order_id 通过 Retrieve Transfer 查询单个订单。转账也会以 Transfer In / Transfer Out 出现在统一流水中 —— 参见管理资产余额
转出完成后,资金即可在你的 Global Account 中使用 —— 后续操作参见 Global Account 指南