Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

UniLend.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

UniLend

Properties

Name Type Description Notes
Currency string Currency [optional] [readonly]
CurrentAmount string Current amount [optional] [readonly]
Amount string Total amount [optional] [readonly]
LentAmount string Lent amount [optional] [readonly]
FrozenAmount string Frozen amount [optional] [readonly]
MinRate string Minimum interest rate [optional] [readonly]
InterestStatus string Interest status: interest_dividend - regular dividend, interest_reinvest - interest reinvestment [optional] [readonly]
ReinvestLeftAmount string Amount not reinvested [optional] [readonly]
CreateTime int64 Created time of the lending order [optional] [readonly]
UpdateTime int64 Upated time of the lending order [optional] [readonly]

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