Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

Deposit.md

File metadata and controls

19 lines (14 loc) · 1.01 KB

Org.OpenAPITools.Model.Deposit

Properties

Name Type Description Notes
UpdatedTimestamp int? The timestamp (seconds since the Unix epoch, with millisecond precision)
State string Deposit state, allowed values : `pending`, `completed`, `rejected`, `replaced`
ReceivedTimestamp int? 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 decimal? Amount of funds in given currency
TransactionId 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]