GetAllATokens
get
Retrieves all ATokens associated with the specified account.
Authorizations
Path parameters
accountstringRequired
- The account identifier.
Query parameters
chainIdstringRequired
- The blockchain chain identifier.
addressstringRequired
- The address to query.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing an array of ATokens.
application/json
get
GET //aave/v3/poolAddressProviderRegistry/{account}/getAllATokens HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to a PoolAddressProviderRegistryAPIResponse containing an array of ATokens.
{
"success": true,
"message": "text",
"data": []
}