Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.32 KB

File metadata and controls

20 lines (15 loc) · 1.32 KB

DepositRecord

Properties

Name Type Description Notes
Id string Record ID [optional] [readonly]
Txid string Hash record of the withdrawal [optional] [readonly]
WithdrawOrderId string Client order id, up to 32 length and can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) [optional]
Timestamp string Operation time [optional] [readonly]
Amount string Token amount
Currency string Currency name
Address string Withdrawal address. Required for withdrawals [optional]
Memo string Additional remarks with regards to the withdrawal [optional]
Status string Trading Status - REVIEW: Recharge review (compliance review) - PEND: Processing - DONE: Waiting for funds to be unlocked - INVALID: Invalid data - TRACK: Track the number of confirmations, waiting to add funds to the user (spot) - BLOCKED: Rejected Recharge - DEP_CREDITED: Recharge to account, withdrawal is not unlocked [optional] [readonly]
Chain string Name of the chain used in withdrawals

[Back to Model list] [Back to API list] [Back to README]