Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

File metadata and controls

36 lines (27 loc) · 1.24 KB

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 String Transfer currency. For futures account, `currency` can be set to `POINT` or settle currency
from FromEnum Account to transfer from
to ToEnum Account to transfer to
amount String Transfer amount
currencyPair String Margin currency pair. Required if transfer from or to margin account [optional]
settle String Futures settle currency. Required if `currency` is `POINT` [optional]

Enum: FromEnum

Name Value
SPOT "spot"
MARGIN "margin"
FUTURES "futures"
DELIVERY "delivery"
CROSS_MARGIN "cross_margin"

Enum: ToEnum

Name Value
SPOT "spot"
MARGIN "margin"
FUTURES "futures"
DELIVERY "delivery"
CROSS_MARGIN "cross_margin"