跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

稳定币账户API发布者免责声明 事件元数据
  • nameWITHDRAW
  • types
    • ramp.withdraw.pending – 提现处理中
    • ramp.withdraw.success – 提现成功
    • ramp.withdraw.failed – 提现失败
请求体
字段类型描述
event_idstring事件唯一ID
event_namestring事件名称
event_typestring事件类型
source_idstring订单ID
versionstringAPI版本
dataobject提现详情对象
通知示例
{
  "version": "V1.6.0",
  "event_name": "WITHDRAW",
  "event_type": "ramp.withdraw.pending",
  "event_id": "cf1445f6-5da7-46ad-bf66-cb2fb2128b9e",
  "source_id": "f91a2959-0c72-45dd-ae95-65d6056ca25c",
  "data": {
    "actual_amount": "9",
    "amount": "10",
    "complete_time": "",
    "create_time": "2026-02-27 10:15:16 +0800 CST",
    "currency": "USDC",
    "network": "ETH",
    "network_fee": "1",
    "order_id": "f91a2959-0c72-45dd-ae95-65d6056ca25c",
    "order_status": "Pending",
    "processing_fee": "0",
    "reason": "test withdrawal",
    "short_order_id": "WD260227-RKYNIA7K",
    "transaction_type": "Withdraw",
    "txid": "",
    "withdraw_address": "0x01F67ad327647e27ecfCE22464416021fBD3B6e8"
  }
}