Retrieves all rewards for a specific asset
Represents the structure of the API response for AAVE v3 rewards.
GET //aave/v3/rewards/{account}/rewardsByAsset HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
Array of reward addresses available for the asset
{ "success": true, "message": "text", "data": [ "text" ] }