Aave V3
Historical transactions
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.
GET
Query Parameters
The offset of the first item to return.
The number of items to return.
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the user to get historical transactions for.
Response
200
application/json
Successful Response
Response model for getting Aave historical transactions.