Name | Type | Description | Notes |
---|---|---|---|
name | str | Currency name | [optional] |
rate | str | Minimum lending rate (hourly rate) | [optional] |
prec | str | Currency precision | [optional] |
discount | str | Currency value discount, which is used in total value calculation | [optional] |
min_borrow_amount | str | Minimum currency borrow amount. Unit is currency itself | [optional] |
user_max_borrow_amount | str | Maximum borrow value allowed per user, in USDT | [optional] |
total_max_borrow_amount | str | Maximum borrow value allowed for this currency, in USDT | [optional] |
price | str | Price change between this currency and USDT | [optional] |
loanable | bool | Whether currency is borrowed | [optional] |
status | int | status - `0` : disable - `1` : enable | [optional] |