Retrieves the addresses provider from the Aave V3 Pool Address Provider Registry.
Represents the API response structure for the Pool Address Provider Registry.
GET //aave/v3/poolAddressProviderRegistry/{account}/getAddressesProvider HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing the addresses provider.
PoolAddressProviderRegistryAPIResponse
{ "success": true, "message": "text", "data": "text" }