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

GetPool

get

Retrieves the pool address from the Aave protocol.

Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
  • The account identifier.
Query parameters
chainIdstringRequired
  • The blockchain network identifier.
addressstringRequired
  • The address to query.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200

A promise that resolves to a PoolAddressProviderAPIResponse containing the pool address.

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

A promise that resolves to a PoolAddressProviderAPIResponse containing the pool address.

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