Stakers
Staker Info
Ecosystem
Operators
Withdrawals
Deposits
Distribution Roots
Stakers
Staker Info
Fetch detailed information about a specific staker
GET
/
eigenlayer
/
staker-info
curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/staker-info
{
"staker": "<string>",
"operator": "<string>",
"strategies": "<string>",
"stakerUpdatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
},
"operatorDetails": {
"metadataURI": "<string>",
"details": "<string>",
"operatorUpdatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
},
"operatorCreatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
}
},
"metadata": {
"metadataURI": "<string>",
"synced": "<string>",
"name": "<string>",
"description": "<string>",
"logo": "<string>",
"website": "<string>",
"telegram": "<string>",
"discord": "<string>",
"x": "<string>"
}
}
Query Parameters
The staker address to fetch details for
Response
200
application/json
Staker details fetched successfully.
The staker address.
The operator associated with the staker.
The strategies associated with the staker.
Details of the associated operator.
The metadata URI for the operator.
Additional operator details.
Additional metadata information.
Metadata URI.
Sync status of the metadata.
Name of the entity.
Description of the entity.
Logo URL.
Website URL.
Telegram handle.
Discord link.
X (formerly Twitter) handle.
curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/staker-info
{
"staker": "<string>",
"operator": "<string>",
"strategies": "<string>",
"stakerUpdatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
},
"operatorDetails": {
"metadataURI": "<string>",
"details": "<string>",
"operatorUpdatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
},
"operatorCreatedAt": {
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"transactionHash": "<string>"
}
},
"metadata": {
"metadataURI": "<string>",
"synced": "<string>",
"name": "<string>",
"description": "<string>",
"logo": "<string>",
"website": "<string>",
"telegram": "<string>",
"discord": "<string>",
"x": "<string>"
}
}