Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.1 KB

File metadata and controls

20 lines (15 loc) · 1.1 KB

UniLend

Properties

Name Type Description Notes
Currency string Currency [optional] [readonly]
CurrentAmount string Current amount [optional] [readonly]
Amount string Total Lending Amount [optional] [readonly]
LentAmount string Lent Amount [optional] [readonly]
FrozenAmount string Pending Redemption Amount [optional] [readonly]
MinRate string Minimum interest rate [optional] [readonly]
InterestStatus string Interest status: interest_dividend - Normal dividend, interest_reinvest - Interest reinvestment [optional] [readonly]
ReinvestLeftAmount string Non-reinvested Amount [optional] [readonly]
CreateTime int64 Lending Order Creation Time [optional] [readonly]
UpdateTime int64 Lending Order Last Update Time [optional] [readonly]

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