Skip to content

Files

Latest commit

author
gateio
Mar 31, 2025
a63630f · Mar 31, 2025

History

History
15 lines (12 loc) · 1.08 KB

MarginAccount.md

File metadata and controls

15 lines (12 loc) · 1.08 KB

MarginAccount

Properties

Name Type Description Notes
currencyPair string Currency pair [optional] [default to undefined]
accountType string Account type, risk - risk rate account, mmr - maintenance margin rate account, inactive - market not activated [optional] [default to undefined]
leverage string User current market leverage multiple [optional] [default to undefined]
locked boolean Whether account is locked [optional] [default to undefined]
risk string Leveraged Account Current Risk Rate (Returned when the Account is a Risk Rate Account) [optional] [default to undefined]
mmr string Leveraged Account Current Maintenance Margin Rate (returned when the Account is a Maintenance Margin Rate Account) [optional] [default to undefined]
base MarginAccountCurrency [optional] [default to undefined]
quote MarginAccountCurrency [optional] [default to undefined]