Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 891 Bytes

File metadata and controls

17 lines (13 loc) · 891 Bytes

LedgerRecord

Properties

Name Type Description Notes
id str Record ID [optional] [readonly]
txid str Hash record of the withdrawal [optional] [readonly]
timestamp str Record time [optional] [readonly]
amount str Trade amount
currency str Record currency
address str Withdrawal address. Required for withdrawals [optional]
memo str Extra withdrawal memo [optional]
status str Record status. - DONE: done - CANCEL: cancelled - REQUEST: requesting - MANUAL: waiting for manual approval - BCODE: GateCode operation [optional] [readonly]

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