Operators
Retrieve rewards info for an operator
Returns a list of strategies that the Operator is rewarded for, and the tokens they are rewarded in.
GET
/
operators
/
{address}
/
rewards
Path Parameters
address
string
requiredThe address of the operator
Response
200 - application/json
address
string
requiredThe contract address of the AVS operator
rewardTokens
string[]
requiredList of tokens in which the operator receives rewards
rewardStrategies
string[]
requiredList of strategies for which the operator receives rewards
Was this page helpful?