Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 969 Bytes

MultiCollateralRecord.md

File metadata and controls

17 lines (13 loc) · 969 Bytes

MultiCollateralRecord

Multi-Collateral adjustment record.

Properties

Name Type Description Notes
order_id int Order ID [optional]
record_id int Collateral record ID [optional]
before_ltv str The collateral ratio before adjustment [optional]
after_ltv str The collateral ratio before adjustment [optional]
operate_time int Operation time, timestamp in seconds. [optional]
borrow_currencies list[MultiCollateralRecordCurrency] Borrowing Currency List [optional]
collateral_currencies list[MultiCollateralRecordCurrency] Collateral Currency List [optional]

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