GetACLManager

get

Retrieves the ACL Manager address from the Pool Address Provider.

Authorizations
Path parameters
accountstringRequired
  • The account path parameter.
Query parameters
chainIdstringRequired
  • The chain ID query parameter.
addressstringRequired
  • The address query parameter.
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Responses
200
A promise that resolves to a PoolAddressProviderAPIResponse containing the ACL Manager address.
application/json
get
GET //aave/v3/poolAddressProvider/{account}/getACLManager HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

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

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