Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.58 KB

File metadata and controls

18 lines (15 loc) · 1.58 KB

# DepositRecord

Properties

Name Type Description Notes
id string Record ID [optional] [readonly]
txid string Hash record of the withdrawal [optional] [readonly]
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 Transaction Status - BLOCKED: Deposit Blocked - DEP_CREDITED: Deposit Credited, Withdrawal Pending Unlock - DONE: Funds Credited to Spot Account - INVALID: Invalid Transaction - MANUAL: Manual Review Required - PEND: Processing - REVIEW: Under Compliance Review - TRACK: Tracking Block Confirmations, Pending Spot Account Credit [optional] [readonly]
refund_status string Blocked deposit refund status. This field is returned only when the deposit record has a blocked deposit refund record with a non-empty refund status. Not returned when there is no refund record or the refund status is empty - REFUNDING: Refund in progress - REFUNDED: Refund completed - REFUND_FAILED: Refund failed - REJECTED: Refund rejected [optional] [readonly]
chain string Name of the chain used in withdrawals

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