跳转到主要内容

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发布者免责声明 事件元数据
  • nameDEPOSIT
  • types
    • ramp.deposit.pending – 充值待确认
    • ramp.deposit.success – 充值成功
    • ramp.deposit.failed – 充值失败
请求体
字段类型描述
event_idstring事件唯一ID
event_namestring事件名称
event_typestring事件类型
source_idstring订单ID
versionstringAPI版本
dataobject充值详情对象
通知示例
{
  "version": "V1.6.0",
  "event_name": "DEPOSIT",
  "event_type": "ramp.deposit.pending",
  "event_id": "38614827-7666-4c0c-abae-cc3abef24903",
  "source_id": "eda7be90-8fbc-444c-b747-542faf5d3e10",
  "data": {
    "amount": "10",
    "complete_time": "0001-01-01 00:00:00 +0000 UTC",
    "create_time": "2026-02-27 10:19:19 +0800 CST",
    "currency": "USDC",
    "fee": "0",
    "from_address": "0x303039d7632c7341c681e889ea0073c3af1a2f6a",
    "network": "ETH",
    "order_id": "eda7be90-8fbc-444c-b747-542faf5d3e10",
    "order_status": "Pending",
    "reason": "test-remark",
    "short_order_id": "DP260227-QZOXQND1",
    "transaction_type": "Deposit",
    "txid": "0x65590ef2a2ef1902f3644da38b19eaf4b953831c0deaac73cadce02ee356d5d1"
  }
}