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.
x <= 1000arbitrum, base, ethereum The address of the user to get historical transactions for.
Successful Response
Response model for getting Aave historical transactions.
Specifies how many transactions to skip before returning results, letting you choose the starting point for the data you want to receive.
Sets the maximum number of transactions to include in the response, helping control the size of the returned dataset.