Wallet

1. Push events

EventRepeatDescribe
WT_DEPOSITyesDeposit
WT_WITHDRAWyesWithdraw

2.Global push format

ParameterTypeRequiredDescribe
eventStringtrueEvent name
traceStringtrueLink ID, the same link ID for the same transaction
orderNoStringtrueOrder number, globally unique
timestampLongtruePush timestamp (milliseconds)
detailObjectThe format of push content varies depending on the event

2.1. Deposit

ParameterTypeRequiredDescribe
coinIdStringyesCurrency ID
amountStringyesAmount
orderNoStringyesOrder number
chainIdStringyesChain ID
fromAddressStringnoFrom address (empty for internal address transfer)
stateintyesTransaction status (1 = Success, 2 = Block confirmation, 3 = Failed, 4 = Risk control, 5 = Risk control return)
toAddressStringyesTo address
txHashStringnoTransaction Hash (empty for internal address transfers)
timestampLongyesTransaction timestamp

2.2. 提现

ParameterTypeRequiredDescribe
coinIdStringyesCurrency ID
amountStringyesAmount
orderNoStringyesOrder number
chainIdStringyesChain ID
fromAddressStringnoFrom address (empty for internal address transfer)
stateintyesTransaction status (1=Successful, 2=Block confirmation, 3=Failed, 4=Awaiting initial review, 5=Awaiting review, 6=Awaiting withdrawal, 7=Rejected, 8=Withdrawal rejected, 9=Returned)
toAddressStringyesTo address
txHashStringnoTransaction Hash (empty for internal address transfers)
timestampLongyesTransaction timestamp