Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

TransferItem.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

Org.OpenAPITools.Model.TransferItem

Properties

Name Type Description Notes
UpdatedTimestamp int? The timestamp (seconds since the Unix epoch, with millisecond precision)
Direction string Transfer direction [optional]
Amount decimal? Amount of funds in given currency
OtherSide string 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 string Currency, i.e `"BTC"`, `"ETH"`
State string Transfer state, allowed values : `prepared`, `confirmed`, `cancelled`, `waiting_for_admin`, `rejection_reason`
CreatedTimestamp int? The timestamp (seconds since the Unix epoch, with millisecond precision)
Type string Type of transfer: `user` - sent to user, `subaccount` - sent to subaccount
Id int? Id of transfer

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