Retrieve rewards info for an operator
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
Retrieve rewards info for an operator
Headers
API Token for authentication
Path Parameters
The address of the operator
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"
Response
The reward strategies and tokens found for the Operator.
The contract address of the AVS operator
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xdbed88d83176316fc46797b43adee927dc2ff2f5"
List of tokens in which the operator receives rewards
Pattern:
^0x[a-fA-F0-9]{40}$Example:
[
"0xba50933c268f567bdc86e1ac131be072c6b0b71a",
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
]List of strategies for which the operator receives rewards
Pattern:
^0x[a-fA-F0-9]{40}$Example:
[
"0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6",
"0x13760f50a9d7377e4f20cb8cf9e4c26586c658ff"
]