Positions - total
This endpoint retrieves a comprehensive summary of a user’s position on the AAVE platform.
It provides key financial metrics including the total collateral deposited, total debt accrued, available borrowing capacity, liquidation threshold, maximum loan-to- value ratio, and the health factor of the user’s account. These metrics are calculated by aggregating data across all open positions held by the user, offering a holistic view of their financial standing within the AAVE ecosystem.
Body
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The user to get the position summary of. Values are in USD.
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
Response
The loan to value ratio of a user.
The health factor of a user. If this is above 1 it is safe; below 1 and the user is in risk of liquidation. This number might be very high (which would mean the user is safe!)
The total collateral (in USD) of a user.
The total debt (in USD) of a user.
The available borrows (in USD) of a user.
The liquidation threshold of a user. A user might exceed this due to changing asset values.
Was this page helpful?