Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 812 Bytes

File metadata and controls

13 lines (10 loc) · 812 Bytes

UnifiedCurrency

Properties

Name Type Description Notes
name string Currency name [optional] [default to undefined]
prec string Currency precision [optional] [default to undefined]
minBorrowAmount string Minimum borrowable limit, in currency units [optional] [default to undefined]
userMaxBorrowAmount string User's maximum borrowable limit, in USDT [optional] [default to undefined]
totalMaxBorrowAmount string Platform's maximum borrowable limit, in USDT [optional] [default to undefined]
loanStatus string Lending status - `disable` : Lending prohibited - `enable` : Lending supported [optional] [default to undefined]