Retrieves the user's reserve data from the AAVE v3 UI Pool Data Provider.
Interface representing the API response from AAVE v3 UI Pool Data Provider.
GET //aave/v3/pool-data/user-reserves-data HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing an array of UserReserveData.
{ "success": true, "message": "text", "data": [ { "underlyingAsset": "text", "scaledATokenBalance": null, "usageAsCollateralEnabledOnUser": true, "stableBorrowRate": null, "scaledVariableDebt": null, "principalStableDebt": null, "stableBorrowLastUpdateTimestamp": null } ] }