Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

CollateralRecord.md

File metadata and controls

23 lines (18 loc) · 1.03 KB

Io.Gate.GateApi.Model.CollateralRecord

Collateral record

Properties

Name Type Description Notes
OrderId long Order ID [optional]
RecordId long Collateral record ID [optional]
BorrowCurrency string Borrowed currency [optional]
BorrowAmount string Borrowing amount [optional]
CollateralCurrency string Collateral [optional]
BeforeCollateral string The collateral amount before adjustment [optional]
AfterCollateral string The collateral amount after adjustment [optional]
BeforeLtv string The collateral ratio before adjustment [optional]
AfterLtv string The collateral ratio after adjustment [optional]
OperateTime long Timestamp of the operation, in seconds [optional]

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