Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1011 Bytes

File metadata and controls

20 lines (15 loc) · 1011 Bytes

CollateralRecord

Properties

Name Type Description Notes
OrderId int64 Order ID [optional]
RecordId int64 Collateral record ID [optional]
BorrowCurrency string Borrowed currency [optional]
BorrowAmount string Borrowed amount [optional]
CollateralCurrency string Collateral currency [optional]
BeforeCollateral string Collateral amount before adjustment [optional]
AfterCollateral string Collateral amount after adjustment [optional]
BeforeLtv string Collateral ratio before adjustment [optional]
AfterLtv string Collateral ratio after adjustment [optional]
OperateTime int64 Operation time, timestamp in seconds [optional]

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