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] |