AVS
Retrieve all rewards for a given AVS address
Returns a list of all rewards for a given AVS address.
GET
/
avs
/
{address}
/
rewards
Path Parameters
address
string
requiredAVS service manager contract address
Response
200 - application/json
address
string
requiredAVS service manager contract address
submissions
object[]
requiredThe list of of individual rewards submissions associated with the AVS
totalRewards
string
requiredThe aggregate amount of rewards distributed across all submissions
totalSubmissions
number
requiredThe total count of rewards submissions associated with the AVS
rewardTokens
string[]
requiredThe list of token addresses used for reward distribution
rewardStrategies
string[]
requiredThe list of strategy addresses for which rewards are distributed
Was this page helpful?