Returns a list of all enabled chains (mainnets and testnets) that can be used for AAVE deposits.
Testnets are only included if ENABLE_TESTNETS environment variable is set to true.
GET
/
protocols
/
lending
/
aave
/
execute
/
chains
Get enabled chains for AAVE deposits
curl --request GET \ --url http://localhost:4000/v1/protocols/lending/aave/execute/chains \ --header 'Authorization: <api-key>'