Aavescan logo Aavescan

Live and historical data for Aave
API docs

Endpoints

Aave Live Markets

Returns live supply APR, borrow APR, total supplied and total borrowed for the requested Aave markets.

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"