Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.32 KB

LedgerRecord.md

File metadata and controls

20 lines (15 loc) · 1.32 KB

LedgerRecord

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 Currency 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 Record status. - DONE: done - CANCEL: cancelled - REQUEST: requesting - MANUAL: pending manual approval - BCODE: GateCode operation - EXTPEND: pending confirm after sending - FAIL: pending confirm when fail - INVALID: invalid order - VERIFY: verifying - PROCES: processing - PEND: pending - DMOVE: required manual approval [optional] [readonly]
Chain string Name of the chain used in withdrawals

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