For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetACLAdmin

get

Retrieves the ACL (Access Control List) admin address for a given account.

Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
  • The account address to query.
Query parameters
chainIdstringRequired
  • The chain ID of the blockchain network.
addressstringRequired
  • The address of the pool address provider.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to a PoolAddressProviderAPIResponse containing the ACL admin address.

application/json
successbooleanRequired
messagestringRequired
datastringOptional
get/aave/v3/poolAddressProvider/{account}/getACLAdmin
GET /aave/v3/poolAddressProvider/{account}/getACLAdmin?chainId=text&address=text HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200

A promise that resolves to a PoolAddressProviderAPIResponse containing the ACL admin address.

{
  "success": true,
  "message": "text",
  "data": "text"
}