Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 992 Bytes

Transfer.md

File metadata and controls

16 lines (12 loc) · 992 Bytes

Transfer

Accounts available to transfer: - spot: spot account - margin: margin account - futures: perpetual futures account - delivery: delivery futures account - cross_margin: cross margin account

Properties

Name Type Description Notes
currency str Transfer currency. For futures account, `currency` can be set to `POINT` or settle currency
_from str Account to transfer from
to str Account to transfer to
amount str Transfer amount
currency_pair str Margin currency pair. Required if transfer from or to margin account [optional]
settle str Futures settle currency. Required if `currency` is `POINT` [optional]

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