Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.8 KB

File metadata and controls

24 lines (20 loc) · 1.8 KB

MultiCollateralOrder

Multi-Collateral Order

Properties

Name Type Description Notes
order_id str Order ID [optional]
order_type str current - current, fixed - fixed [optional]
fixed_type str Fixed interest rate loan periods: 7d - 7 days, 30d - 30 days [optional]
fixed_rate str Fixed interest rate [optional]
expire_time int Expiration time, timestamp, unit in seconds [optional]
auto_renew bool Fixed interest rate, auto-renewal [optional]
auto_repay bool Fixed interest rate, auto-repayment [optional]
current_ltv str Current collateralization rate [optional]
status str 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]
borrow_time int Borrowing time, timestamp in seconds [optional]
total_left_repay_usdt str Total outstanding value converted to USDT [optional]
total_left_collateral_usdt str Total collateral value converted to USDT [optional]
borrow_currencies list[BorrowCurrencyInfo] Borrowing Currency List [optional]
collateral_currencies list[CollateralCurrencyInfo] Collateral Currency List [optional]

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