Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 736 Bytes

AccountBalance.md

File metadata and controls

22 lines (13 loc) · 736 Bytes

AccountBalance

Properties

Name Type Description Notes
amount string Account total balance amount [optional] [default to undefined]
currency string Currency [optional] [default to undefined]
unrealisedPnl string Unrealised_pnl, this field will only appear in futures, options, delivery, and total accounts [optional] [default to undefined]
borrowed string Borrowed,this field will only appear in margin and cross_margin accounts [optional] [default to undefined]

Enum: AccountBalance.Currency

  • BTC (value: 'BTC')

  • CNY (value: 'CNY')

  • USD (value: 'USD')

  • USDT (value: 'USDT')