UserRewards
get
Gets reward data for a specific user
Authorizations
Path parameters
accountstringRequired
- Account identifier for the request
Query parameters
chainIdstringRequired
- Chain ID to target
addressstringRequired
- Contract address
assetsstring[]Required
- Array of asset addresses to check rewards for
userstringRequired
- User address to check rewards for
rewardstringRequired
- Reward token address
Header parameters
AuthorizationstringRequired
- Authorization token from the request header
Responses
200
Amount of rewards available for the user
application/json
get
GET //aave/v3/rewards/{account}/userRewards HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
Amount of rewards available for the user
{
"success": true,
"message": "text",
"data": "text"
}