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