Aavescan logo Aavescan

Live and historical data for Aave
API docs

Endpoints

Aave Live Markets

Returns the latest supply APR, borrow APR, total supplied and total borrowed for the selected Aave markets. Data refreshes every 5 minutes by default, with lower-latency access available on request.

GET /v2/latest

Query parameters

  • marketSlugs

    Comma-separated Aave market slugs to include, for example aave-v3-ethereum,aave-v3-base. Defaults to aave-v3-ethereum when omitted.

  • apiKey

    Your Aavescan API key.

Example query

curl "https://api.aavescan.com/v2/latest?marketSlugs=aave-v3-ethereum,aave-v3-base&apiKey=YOUR_KEY"