Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 969 Bytes

File metadata and controls

18 lines (14 loc) · 969 Bytes

LedgerRecord

Properties

Name Type Description Notes
id str Record ID [optional] [readonly]
txid str Hash record of the withdrawal [optional] [readonly]
timestamp str Operation time [optional] [readonly]
amount str Currency amount
currency str Currency name
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]
chain str Name of the chain used in withdrawals [optional]

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