Retrieves user account data from the Aave pool.
Represents the structure of the response from the Aave Pool API.
GET //aave/v3/pool/{account}/getUserAccountData HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AavePoolAPIResponse containing the user account data.
{ "success": true, "message": "text", "data": null }