Retrieves all ATokens associated with the specified account.
Represents the API response structure for the Pool Address Provider Registry.
GET //aave/v3/poolAddressProviderRegistry/{account}/getAllATokens HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing an array of ATokens.
{ "success": true, "message": "text", "data": [] }