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