Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

UnifiedLoanRecord.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

UnifiedLoanRecord

Loan records

Properties

Name Type Description Notes
id int id [optional] [readonly]
type str type: borrow - borrow, repay - repay [optional] [readonly]
repayment_type str Repayment type: none - no repayment type, manual_repay - manual repayment, auto_repay - automatic repayment, cancel_auto_repay - automatic repayment after cancellation [optional] [readonly]
borrow_type str Loan type, returned when querying loan records. manual_borrow - Manual repayment , auto_borrow - Automatic repayment [optional]
currency_pair str Currency pair [optional] [readonly]
currency str Currency [optional] [readonly]
amount str The amount of lending or repaying [optional] [readonly]
create_time int Created time [optional] [readonly]

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