Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.93 KB

File metadata and controls

23 lines (20 loc) · 1.93 KB

CollateralOrder

Properties

Name Type Description Notes
orderId number Order ID [optional] [default to undefined]
collateralCurrency string Collateral currency [optional] [default to undefined]
collateralAmount string Collateral amount [optional] [default to undefined]
borrowCurrency string Borrowed currency [optional] [default to undefined]
borrowAmount string Borrowed amount [optional] [default to undefined]
repaidAmount string Repaid amount [optional] [default to undefined]
repaidPrincipal string Repaid principal [optional] [default to undefined]
repaidInterest string Repaid interest [optional] [default to undefined]
initLtv string Initial collateralization rate [optional] [default to undefined]
currentLtv string Current collateralization rate [optional] [default to undefined]
liquidateLtv string Liquidation collateralization rate [optional] [default to undefined]
status string Order status: - initial: Initial state after placing the order - collateral_deducted: Collateral deduction successful - collateral_returning: Loan failed - Collateral return pending - lent: Loan successful - repaying: Repayment in progress - liquidating: Liquidation in progress - finished: Order completed - closed_liquidated: Liquidation and repayment completed [optional] [default to undefined]
borrowTime number Borrowing time, timestamp in seconds [optional] [default to undefined]
leftRepayTotal string Outstanding principal and interest (outstanding principal + outstanding interest) [optional] [default to undefined]
leftRepayPrincipal string Outstanding principal [optional] [default to undefined]
leftRepayInterest string Outstanding interest [optional] [default to undefined]