Description:This interface only defines the interface specification, the specific interface needs to be implemented by the developer
Interface address:The interface address is provided by the developer and can be configured on the platform by contacting the admin
Request method:POST

Decrypted Request Parameters

ParamtypeRequiredDescription
charsetStringRequiredCoding format, no special case, transfer parameter UTF-8
versionStringRequiredInterface version number, no special case,transfer parameter v2
sideStringRequiredNotice type, deposit notice: deposit, withdrawal notice: withdraw
notify_timestringRequiredNotice time
idstringRequiredDeposit id
uidstringRequiredDeposit user ID
symbolstringRequiredcurrency
amountstringRequiredDeposit amount
address_tostringRequiredDepositing address
created_atstringRequiredCreation time
updated_atstringRequiredRevision time
txidstringRequiredBlockchain transaction ID
confirmationsstringRequiredNumber of blockchain confirmations
statusstringRequired0 to be confirmed, 1 success, 2 failed, 4 pending KYT verification, 5 pending manual review (KYT risk level too high), 6 Pending manual review (KYT Deposit Circuit Breaker), 7 Transferred In. Details refer to

Return string (note that the return parameter does not need to be encrypted here):

  • SUCCESS means SUCCESS
  • FAILURE means FAILURE