User Health
Returns the configuration of the user across all the reserves.
/aave/user-health
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
"isError": false,
"errorMsg": "OK",
"data": {
"healthFactor": 1.79,
"availableBorrowsETH": 23.3408,
"totalCollateralETH": 78.069,
"totalDebtETH": 33.47,
"liquidationThreshold": 0.7707
}
}Last updated