Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 956 Bytes

File metadata and controls

26 lines (20 loc) · 956 Bytes

LedgerRecord

Properties

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

Enum: StatusEnum

Name Value
DONE "DONE"
CANCEL "CANCEL"
REQUEST "REQUEST"
MANUAL "MANUAL"
BCODE "BCODE"