This endpoint retrieves historical transactions for a user on the AAVE platform.
It returns a list of transactions including deposits, withdrawals, borrows, and repayments. Each transaction includes details such as the token, amount, timestamp, and transaction type. This provides a comprehensive view of the user’s historical activity within the AAVE protocol.
⚠️ Data comes from the official Aave subgraph ( https://github.com/aave/protocol-subgraphs) and thus this particular endpoint may be less reliable than our other endpoints. ⚠️
The offset of the first item to return.
The number of items to return.
0 < x <= 1000
arbitrum
, base
, ethereum
The address of the user to get historical transactions for.
Successful Response
Response model for getting Aave historical transactions.