Lending Record
| Name | Type | Description | Notes |
|---|---|---|---|
| currency | str | Currency name | [optional] [readonly] |
| amount | str | Current Amount | [optional] [readonly] |
| last_wallet_amount | str | Previous Available Amount | [optional] [readonly] |
| last_lent_amount | str | Previous Lent Amount | [optional] [readonly] |
| last_frozen_amount | str | Previous Frozen Amount | [optional] [readonly] |
| type | str | Record Type: lend - Lend, redeem - Redeem | [optional] [readonly] |
| create_time | int | Created time | [optional] [readonly] |