Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.11 KB

File metadata and controls

18 lines (15 loc) · 1.11 KB

# UniLend

Properties

Name Type Description Notes
currency string Currency [optional] [readonly]
current_amount string Current amount [optional] [readonly]
amount string Total Lending Amount [optional] [readonly]
lent_amount string Lent Amount [optional] [readonly]
frozen_amount string Pending Redemption Amount [optional] [readonly]
min_rate string Minimum interest rate [optional] [readonly]
interest_status string Interest status: interest_dividend - Normal dividend, interest_reinvest - Interest reinvestment [optional] [readonly]
reinvest_left_amount string Non-reinvested Amount [optional] [readonly]
create_time int Lending Order Creation Time [optional] [readonly]
update_time int Lending Order Last Update Time [optional] [readonly]

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