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 |