AVS
Retrieve all rewards for a given AVS address
Returns a list of all rewards for a given AVS address.
GET
Headers
API Token for authentication
Path Parameters
AVS service manager contract address
Example:
"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"
Response
200
application/json
The rewards found for the AVS.
AVS service manager contract address
Example:
"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"
The list of of individual rewards submissions associated with the AVS
The aggregate amount of rewards distributed across all submissions
Example:
"1000000000000000000"
The total count of rewards submissions associated with the AVS
Example:
10
The list of token addresses used for reward distribution
Example:
[
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
]
The list of strategy addresses for which rewards are distributed
Example:
[
"0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f7",
"0x13760f50a9d7377e4f20cb8cf9e4c26586c658ff"
]