API docs
Endpoints
Aave Daily History
Fetch the entire history of an Aave market with daily snapshots including supply APR, borrow APR, total supplied and total borrowed. View full response field definitions.
GET
/v2/csv
Query parameters
-
market
The Aave market slug, for example aave-v3-ethereum.
-
reserveAddress
The underlying asset contract address for the reserve.
-
apiKey
Your Aavescan API key.
Example query
curl "https://api.aavescan.com/v2/csv?market=aave-v3-ethereum&reserveAddress=0xdac17f958d2ee523a2206206994597c13d831ec7&apiKey=YourApiKey"