Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

Transfer.md

File metadata and controls

19 lines (14 loc) · 1.04 KB

Io.Gate.GateApi.Model.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 string Transfer currency. For futures account, `currency` can be set to `POINT` or settle currency
From string Account to transfer from
To string 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 transferring from or to futures account [optional]

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