RewardsData
get
Retrieves rewards configuration data for an asset
Authorizations
Path parameters
accountstringRequired
- Account identifier for the request
Query parameters
chainIdstringRequired
- Chain ID to target
addressstringRequired
- Contract address
assetstringRequired
- Asset address to get rewards data for
rewardstringRequired
- Reward token address
Header parameters
AuthorizationstringRequired
- Authorization token from the request header
Responses
200
Array of reward configuration data
application/json
get
GET //aave/v3/rewards/{account}/rewardsData HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
Array of reward configuration data
{
"success": true,
"message": "text",
"data": [
"text"
]
}