Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 434 Bytes

AccountBalance.md

File metadata and controls

20 lines (11 loc) · 434 Bytes

AccountBalance

Properties

Name Type Description Notes
amount string Account total balance amount [optional] [default to undefined]
currency string Currency [optional] [default to undefined]

Enum: AccountBalance.Currency

  • BTC (value: 'BTC')

  • CNY (value: 'CNY')

  • USD (value: 'USD')

  • USDT (value: 'USDT')