Skip to main content
GET
Retrieve all rewards for a given AVS address

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

AVS service manager contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"

Response

The rewards found for the AVS.

address
string
required

AVS service manager contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"

submissions
object[]
required

The list of of individual rewards submissions associated with the AVS

totalRewards
string
required

The aggregate amount of rewards distributed across all submissions

Example:

"1000000000000000000"

totalSubmissions
number
required

The total count of rewards submissions associated with the AVS

Example:

10

rewardTokens
string[]
required

The list of token addresses used for reward distribution

Pattern: ^0x[a-fA-F0-9]{40}$
Example:
rewardStrategies
string[]
required

The list of strategy addresses for which rewards are distributed

Pattern: ^0x[a-fA-F0-9]{40}$
Example: