RewardsByAsset

get

Retrieves all rewards for a specific asset

Authorizations
Path parameters
accountstringRequired
  • Account identifier for the request
Query parameters
chainIdstringRequired
  • Chain ID to target
addressstringRequired
  • Contract address
assetstringRequired
  • Asset address to query rewards for
Header parameters
AuthorizationstringRequired
  • Authorization token from the request header
Responses
200
Array of reward addresses available for the asset
application/json
get
GET //aave/v3/rewards/{account}/rewardsByAsset HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

Array of reward addresses available for the asset

{
  "success": true,
  "message": "text",
  "data": [
    "text"
  ]
}