Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

File metadata and controls

16 lines (12 loc) · 1.04 KB

Transfer

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

Properties

Name Type Description Notes
currency str Transfer currency name. For contract accounts, `currency` can be set to `POINT` (points) or supported settlement currencies (e.g., `BTC`, `USDT`)
_from str Account to transfer from
to str Account to transfer to
amount str Transfer amount
currency_pair str Margin trading pair. Required when transferring to or from margin account [optional]
settle str Contract settlement currency. Required when transferring to or from contract account [optional]

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