Positions - per token
This endpoint retrieves the user’s position for a specific token on the AAVE platform.
It provides key financial metrics including the current aToken balance, current stable debt, current variable debt, principal stable debt, principal variable debt, stable borrow rate, stable borrow rate for new loans, variable borrow rate, and liquidity rate. These metrics are calculated by aggregating data across all open positions held by the user for the specified token, offering a detailed view of their financial standing within the AAVE ecosystem.
Query Parameters
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
A class representing the token.
This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
Response
The balance of AAVE aTokens (interest-bearing representations of your deposits).
The amount of the user's debt with a fixed interest rate.
The amount of the user's debt with a variable interest rate.
The amount of the user's debt that was part of the initial principal of all loans with a stable interest rate.
The amount of the user's debt that was part of the initial principal of all loans with a variable interest rate. This is the value stored by AAVE, which may be slightly inaccurate, but reflects what AAVE believes you initially paid.
The current average annualised interest rate for all your stable loans in this pool.
The annualised interest rate you would pay on a new stable loan.
The current annualised interest rate for variable rate loans in this pool. (This applies to both current and new loans.)
The annualised interest rate for deposited supplies.