Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1011 Bytes

File metadata and controls

20 lines (16 loc) · 1011 Bytes

CollateralRecord

Collateral record

Properties

Name Type Description Notes
order_id int Order ID [optional]
record_id int Collateral record ID [optional]
borrow_currency str Borrowed currency [optional]
borrow_amount str Borrowed amount [optional]
collateral_currency str Collateral currency [optional]
before_collateral str Collateral amount before adjustment [optional]
after_collateral str Collateral amount after adjustment [optional]
before_ltv str Collateral ratio before adjustment [optional]
after_ltv str Collateral ratio after adjustment [optional]
operate_time int Operation time, timestamp in seconds [optional]

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