Name | Type | Description | Notes |
---|---|---|---|
updated_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
direction | str | Transfer direction | [optional] |
amount | float | Amount of funds in given currency | |
other_side | str | For transfer from/to subaccount returns this subaccount name, for transfer to other account returns address, for transfer from other account returns that accounts username. | |
currency | str | Currency, i.e `"BTC"`, `"ETH"` | |
state | str | Transfer state, allowed values : `prepared`, `confirmed`, `cancelled`, `waiting_for_admin`, `rejection_reason` | |
created_timestamp | int | The timestamp (seconds since the Unix epoch, with millisecond precision) | |
type | str | Type of transfer: `user` - sent to user, `subaccount` - sent to subaccount | |
id | int | Id of transfer |
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.