How can I fetch APR, liquidity from Aave v3 Pools?

Expert

Hey guys, How can I fetch APR, liquidity from Aave v3 Pools? I can only see api documention of Aave v2 Pools. Is there any Api documentation of Aave v3 Pools?

Answers 1

This endpoint includes all [V3 pools](https://aave-api-v2.aave.com/data/markets-data/). I would recommend querying data directly from the blockchain though, there is an SDK to [fetch ](https://github.com/aave/aave-utilities#ethersjs)and [format ](https://github.com/aave/aave-utilities#formatReserves)this data;