Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1 KB

Deposit.md

File metadata and controls

17 lines (12 loc) · 1 KB

Deposit

Properties

Name Type Description Notes
UpdatedTimestamp int32 The timestamp (seconds since the Unix epoch, with millisecond precision)
State string Deposit state, allowed values : `pending`, `completed`, `rejected`, `replaced`
ReceivedTimestamp int32 The timestamp (seconds since the Unix epoch, with millisecond precision)
Currency string Currency, i.e `"BTC"`, `"ETH"`
Address string Address in proper format for currency
Amount float32 Amount of funds in given currency
TransactionId Pointer to string Transaction id in proper format for currency, `null` if id is not available

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