Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.36 KB

LedgerRecord.md

File metadata and controls

19 lines (15 loc) · 1.36 KB

LedgerRecord

Properties

Name Type Description Notes
id str Record ID [optional] [readonly]
txid str Hash record of the withdrawal [optional] [readonly]
withdraw_order_id str Client order id, up to 32 length and can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) [optional]
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

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