Retrieves the total supply of a specific AToken.
Represents the API response structure for the Pool Address Provider Registry.
GET //aave/v3/poolAddressProviderRegistry/{account}/getATokenTotalSupply HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing the total supply of the specified AToken as a string.
{ "success": true, "message": "text", "data": "text" }