Liquidation Probability
async
liquidationProbability
()
async
liquidationProbability
()
To check if the loan is close to liquidation the parameters that need to be sent are:
token:string
– is the token you will get from the authenticationloanId:string
- is the id of that specific loan.
This is an example of the successful response
object of this function:
If the `liquidationProbability`
will be bigger than 15, this will mean that the loan is close to liquidation.
To prevent the liquidation the user should increase the collateral of the loan. The amount that the user should deposit is 20% of the collateral required the first time.
Last updated