GetPoolConfigurator
get
Retrieves the pool configurator for a given account.
Authorizations
Path parameters
accountstringRequired
- The account identifier.
Query parameters
chainIdstringRequired
- The chain identifier.
addressstringRequired
- The address of the pool.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to a PoolAddressProviderAPIResponse containing the pool configurator.
application/json
get
GET //aave/v3/poolAddressProvider/{account}/getPoolConfigurator HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to a PoolAddressProviderAPIResponse containing the pool configurator.
{
"success": true,
"message": "text",
"data": "text"
}