Please sign in to use Aavescan Pro. Subscribe to get the entire history of Aave markets, download data in CSV format for Excel, Google Sheets, Python or via API.
API
Available to API subscribers only. Fetch live and historical Aave markets via API.
Latest markets
Returns all supported Aave markets with the latest rates and market sizes.
GET https://api.aavescan.com/v2/reserves/latest?apiKey=YourApiKey
Latest assets
Returns all assets with the latest pricing and details.
GET https://api.aavescan.com/v2/pricing/latest?apiKey=YourApiKey
Historical Aave markets
Returns the entire history of the specified Aave market (daily snapshots) including lending rates and market sizes in CSV format.
GET https://api.aavescan.com/v2/csv?market=aave-v3-ethereum&reserveAddress=0xdac17f958d2ee523a2206206994597c13d831ec7&apiKey=YourApiKey
Tip: reserveAddress is the address of the asset on the market's chain and can be found in the latest reserves response.
Aave market configurations
Returns market configurations for all supported Aave markets which includes the interest rate strategy.
GET https://api.aavescan.com/v2/market-configurations?apiKey=YourApiKey
Latest ecosystem markets
Returns all supported ecosystem markets with the latest rates and market sizes.
GET https://api.aavescan.com/v2/ecosystem/latest?apiKey=YourApiKey
Historical Ecosystem markets
Available but not yet documented. Please get in touch if you'd like to fetch historical ecosystem markets.
Data liveness
Our latest data is fetched directly from onchain sources every 5 minutes. Responses include a "last_updated" field to measure data liveness. Live data can be made available depending on usecase.