Retrieves rewards configuration data for an asset
Array of reward configuration data
Indicates whether the API request was successful.
A message providing additional information about the API response.
The data returned by the API, if any.
const response = await fetch('https://beta.usemoon.ai//aave/v3/rewards/{account}/rewardsData?chainId=text&address=text&asset=text&reward=text', { method: 'GET', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "success": false, "message": "text", "data": [ "text" ] }