Skip to content

Files

19 lines (15 loc) · 1.26 KB

LedgerRecord.md

File metadata and controls

19 lines (15 loc) · 1.26 KB

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 Additional remarks with regards to the withdrawal [optional]
status str 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 - SPLITPEND: the order is automatically split due to large amount [optional] [readonly]
chain str Name of the chain used in withdrawals [optional]
fee str Fee [optional]

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