Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

CrossMarginCurrency.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

CrossMarginCurrency

Properties

Name Type Description Notes
Name string Currency name [optional]
Rate string Minimum lending rate (hourly rate) [optional]
Prec string Currency precision [optional]
Discount string Currency value discount, which is used in total value calculation [optional]
MinBorrowAmount string Minimum currency borrow amount. Unit is currency itself [optional]
UserMaxBorrowAmount string Maximum borrow value allowed per user, in USDT [optional]
TotalMaxBorrowAmount string Maximum borrow value allowed for this currency, in USDT [optional]
Price string Price change between this currency and USDT [optional]
Loanable bool Whether currency is borrowed [optional]
Status int32 status - `0` : disable - `1` : enable [optional]

[Back to Model list] [Back to API list] [Back to README]