Name | Type | Description | Notes |
---|---|---|---|
updated_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
state | str | Deposit state, allowed values : `pending`, `completed`, `rejected`, `replaced` | |
received_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
currency | str | Currency, i.e `"BTC"`, `"ETH"` | |
address | str | Address in proper format for currency | |
amount | float | Amount of funds in given currency | |
transaction_id | str | Transaction id in proper format for currency, `null` if id is not available |
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.