- name:
WITHDRAW - types:
ramp.withdraw.pending– withdrawal processingramp.withdraw.success– withdrawal successfulramp.withdraw.failed– withdrawal failed
Notification example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
WITHDRAWramp.withdraw.pending – withdrawal processingramp.withdraw.success – withdrawal successfulramp.withdraw.failed – withdrawal failed| Field | Type | Description |
|---|---|---|
| event_id | string | Unique event ID |
| event_name | string | Event name |
| event_type | string | Event type |
| source_id | string | Order ID |
| version | string | API version |
| data | object | Withdraw details object |
{
"version": "V1.6.0",
"event_name": "WITHDRAW",
"event_type": "ramp.withdraw.pending",
"event_id": "019f8e59-a6ab-7c79-88e4-ff3c0237447a",
"source_id": "5d20ec2b-8268-4cc8-b7b6-4d0d48cec0ec",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"actual_amount": "122",
"amount": "123",
"complete_time": "",
"create_time": "2026-07-23 17:41:05.501 +0800 CST",
"currency": "USDC",
"direct_id": "0",
"network": "ETH",
"network_fee": "1",
"order_id": "5d20ec2b-8268-4cc8-b7b6-4d0d48cec0ec",
"order_status": "Pending",
"processing_fee": "0",
"reason": "",
"short_order_id": "WD260723-Z100AIVA",
"transaction_type": "Withdraw",
"txid": "",
"withdraw_address": "0x01F67ad327647e27ecfCE22464416021fBD3B6e8"
}
}
