Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.48 KB

File metadata and controls

18 lines (14 loc) · 1.48 KB

AccountTransferDetail

Trading account transfer details

Properties

Name Type Description Notes
tx_id str Transfer transaction ID [readonly]
status str Transfer status: - `pending`: Processing - `success`: Successful - `fail`: Failed [readonly]
currency str Transfer currency [readonly]
amount str Transfer amount [readonly]
from_account str Source account type: - `spot`: Spot account - `margin`: Margin account - `futures`: Perpetual futures account - `delivery`: Delivery futures account - `options`: Options account - `unknown`: Unrecognized account type [readonly]
to_account str Destination account type: - `spot`: Spot account - `margin`: Margin account - `futures`: Perpetual futures account - `delivery`: Delivery futures account - `options`: Options account - `unknown`: Unrecognized account type [readonly]
settle str Settlement currency for futures, delivery, and options transfers; otherwise, null [readonly]
currency_pair str Currency pair for margin transfers; otherwise, null [readonly]

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