Aave v3 API

Aave lending protocol APIs allow one to read lending data, lend and borrow assets using Python.

Aave v3 is deployed on

  • Ethereum mainnet

  • Polygon

  • Arbitrum

eth_defi.aave_v3.balances

Functions for reading Aave v3 account status.

eth_defi.aave_v3.constants

Aave v3 constants.

eth_defi.aave_v3.deployer

Manage the official Aave v3 deployer.

eth_defi.aave_v3.deployment

Aave v3 deployments.

eth_defi.aave_v3.events

Aave v3 event reader.

eth_defi.aave_v3.loan

Aave v3 loan

eth_defi.aave_v3.rates

Aave v3 rate calculation.