- name:
DEPOSIT - types:
ramp.deposit.pending– 充值待确认ramp.deposit.success– 充值成功ramp.deposit.failed– 充值失败
| 字段 | 类型 | 描述 |
|---|---|---|
| event_id | string | 事件唯一ID |
| event_name | string | 事件名称 |
| event_type | string | 事件类型 |
| source_id | string | 订单ID |
| version | string | API版本 |
| data | object | 充值详情对象 |
data 对象可能额外包含 need_travel_rule:
| 字段 | 类型 | 描述 |
|---|---|---|
| need_travel_rule | boolean | 仅当该笔充值确需补填来源 Travel Rule 才能继续处理时出现且为 true。收到 true 时,请以该笔充值的 from_address 作为 source_address,通过 Submit Deposit Sender Travel Rule 提交来源方的 Travel Rule 数据。其余情况省略该字段。 |
ramp.deposit.pending
{
"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",
"need_travel_rule": true
}
}
ramp.deposit.success
{
"version": "V1.6.0",
"event_name": "DEPOSIT",
"event_type": "ramp.deposit.success",
"event_id": "019f8df8-2c59-7719-9509-9529b08c6fa0",
"source_id": "d3450920-3405-4179-82e0-4edf929e0236",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"amount": "123",
"complete_time": "2026-07-23 15:54:39.448 +0800 CST",
"create_time": "2026-07-23 15:54:35.781 +0800 CST",
"currency": "USDC",
"direct_id": "0",
"fee": "0",
"from_address": "0x123fffffffffffffffffffffffffffffffffffff",
"network": "ETH",
"order_id": "d3450920-3405-4179-82e0-4edf929e0236",
"order_status": "Success",
"reason": "",
"short_order_id": "CDP260723-IJC8WN7H",
"to_address": "0x303039d7632c7341c681e889ea0073c3af1a2f6c",
"transaction_type": "Deposit",
"txid": "0x65590ef2a2ef1902f3644da38b19eaf4b953831c0deaac73cadce02ee356d5d6"
}
}

