GetUserAccountData
get
Retrieves user account data from the Aave pool.
Authorizations
Path parameters
accountstringRequired
- The account identifier from the path.
Query parameters
chainIdstringRequired
- The chain ID from the query parameters.
addressstringRequired
- The address from the query parameters.
userstringRequired
- The user identifier from the query parameters.
Header parameters
AuthorizationstringRequired
- The authorization token from the header.
Responses
200
A promise that resolves to an AavePoolAPIResponse containing the user account data.
application/json
get
GET //aave/v3/pool/{account}/getUserAccountData HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to an AavePoolAPIResponse containing the user account data.
{
"success": true,
"message": "text",
"data": null
}