Retrieve an operator by address
Returns an operator record by address.
Headers
API Token for authentication
Path Parameters
The address of the operator
"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"
Query Parameters
Toggle whether the route should calculate the TVL from shares
true
, false
"false"
Toggle whether to return additional data for each AVS registration for a given Operator
true
, false
"false"
Toggle whether the route should return Avs/Operator rewards APY data
true
, false
"false"
Response
The contract address of the AVS operator
"0x09e6eb09213bdd3698bd8afb43ec3cb0ecff683a"
The name of the AVS operator
"Example AVS Operator"
The description of the AVS operator
"This is an example AVS operator"
The URL of the AVS operator's Discord server
"https://discord.com/invite/abcdefghij"
The URL of the AVS operator's logo
The URL of the AVS operator's Telegram channel
"https://t.me/acme"
The URL of the AVS operator's website
"https://acme.com"
The URL of the AVS operator's X
"https://twitter.com/acme"
The total number of stakers who have delegated to this AVS operator
10
The total number of AVS opted by the AVS operator
10
The best strategy APY, representing the maximum value when each strategy's APY is summed across all AVSs, as strategies collect APY from multiple AVSs (it stacks). This reflects the highest APY you can get for a strategy after deducting the operator fee
"1.0"
The block number at which the AVS Operator was registered
"19631203"
The block number at which the AVS Operator registration was last updated
"19631203"
The time stamp at which the AVS Operator was registered
"2024-04-11T08:31:11.000Z"
The time stamp at which the AVS Operator registration was last updated
"2024-04-11T08:31:11.000Z"
The strategy shares held in the AVS operator
[
{
"strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
"shares": "135064894598947935263152"
},
{
"strategyAddress": "0x54945180db7943c0ed0fee7edab2bd24620256bc",
"shares": "9323641881708650182301"
}
]
Detailed AVS registrations information for the operator
The reward details for the operator, including strategies and APYs
The total value locked (TVL) in the AVS operator
{
"tvl": 1000000,
"tvlBeaconChain": 1000000,
"tvlWETH": 1000000,
"tvlRestaking": 1000000,
"tvlStrategies": { "Eigen": 1000000, "cbETH": 2000000 },
"tvlStrategiesEth": { "stETH": 1000000, "cbETH": 2000000 }
}