Skip to main content
GET
Retrieve a staker by address

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The address of the staker

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

"0x9791fdb4e9c0495efc5a1f3f9271ef226251eb34"

Query Parameters

withTvl
enum<string>
default:false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
Example:

"false"

withRewards
enum<string>
default:false

Toggle whether the route should return Avs/Operator rewards APY data

Available options:
true,
false
Example:

"false"

Response

The record of the requested operator.

address
string
required

The contract address of the staker

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

"0x0000006c21964af0d420af8992851a30fa13a68b"

operatorAddress
string
required

The address of the operator

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

"0x71c6f7ed8c2d4925d0baf16f6a85bb1736d412eb"

createdAtBlock
string
required

The block number at which the Staker made first delegation

Example:

"19631203"

updatedAtBlock
string
required

The block number at which the Staker made last delegation

Example:

"19631203"

createdAt
string
required

The time stamp at which the Staker made first delegation

Example:

"2024-04-11T08:31:11.000Z"

updatedAt
string
required

The time stamp at which the Staker made last delegation

Example:

"2024-04-11T08:31:11.000Z"

shares
object[]
required
rewards
object
required

The reward details for the Staker

tvl
object

The total value locked (TVL) in the AVS staker

Example: