Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.19 KB

CrossMarginCurrency.md

File metadata and controls

17 lines (14 loc) · 1.19 KB

CrossMarginCurrency

Properties

Name Type Description Notes
name string Currency name [optional] [default to undefined]
rate string Minimum lending rate (hourly rate) [optional] [default to undefined]
prec string Currency precision [optional] [default to undefined]
discount string Currency value discount, which is used in total value calculation [optional] [default to undefined]
minBorrowAmount string Minimum currency borrow amount. Unit is currency itself [optional] [default to undefined]
userMaxBorrowAmount string Maximum borrow value allowed per user, in USDT [optional] [default to undefined]
totalMaxBorrowAmount string Maximum borrow value allowed for this currency, in USDT [optional] [default to undefined]
price string Price change between this currency and USDT [optional] [default to undefined]
loanable boolean Whether currency is borrowed [optional] [default to undefined]
status number status - `0` : disable - `1` : enable [optional] [default to undefined]