Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

TransferItem.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

TransferItem

Properties

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

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