Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.68 KB

FuturesAccount.md

File metadata and controls

21 lines (18 loc) · 1.68 KB

# FuturesAccount

Properties

Name Type Description Notes
total string total is the balance after the user's accumulated deposit, withdraw, profit and loss (including realized profit and loss, fund, fee and referral rebate), excluding unrealized profit and loss. total = SUM(history_dnw, history_pnl, history_fee, history_refr, history_fund) [optional]
unrealised_pnl string Unrealized PNL [optional]
position_margin string Position margin [optional]
order_margin string Order margin of unfinished orders [optional]
available string The available balance for transferring or trading(including bonus. Bonus can't be be withdrawn. The transfer amount needs to deduct the bonus) [optional]
point string POINT amount [optional]
currency string Settle currency [optional]
in_dual_mode bool Whether dual mode is enabled [optional]
enable_credit bool Whether portfolio margin account mode is enabled [optional]
position_initial_margin string Initial margin position, applicable to the portfolio margin account model [optional]
maintenance_margin string Maintenance margin position, applicable to the portfolio margin account model [optional]
bonus string Perpetual Contract Bonus [optional]
history \GateApi\Model\FuturesAccountHistory [optional]

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