Data APIs
Data APIs for Ethereum
Get Validator List
Header:
Name
Type
Description
Query Params:
Parameter Name
Description
Type
{
"results": [
{
"validator": {
"fee_recipient": "0xaaa112...",
"network": "HOODI",
"pubkey": "0xaaa113...",
"beacon_status": "active_ongoing",
"withdrawal_address": "0xaaa114...",
"withdrawal_credentials": "0x020000...",
"index": 118324,
"balances": {
"current_staked": "32000000000"
},
"lifecycle": {
"status_history": [
{ "status": "CREATED", "time": "2025-10-17T18:17:11Z" },
{ "status": "DEPOSITED", "time": "2025-10-17T20:51:36Z" },
{ "status": "PENDING", "time": "2025-10-18T13:29:36Z" },
{ "status": "ACTIVE", "time": "2025-10-19T06:27:12Z" },
{ "status": "EXIT_REQUESTED", "time": "2025-10-20T17:26:24Z" },
{ "status": "EXITED", "time": "2025-10-21T21:10:24Z" },
{ "status": "WITHDRAWAL_DONE", "time": "2025-10-23T06:08:00Z" }
]
}
}
}
],
"page": 1,
"per_page": 10,
"total": 1,
"pages": 1
}
Sample Request
Response Body
Field Name
Description
Type
Types:
Validator Object
Field Path
Description
Type
Status History
Field Name
Description
Type
Validator Status History Enum
Status
Description
Beacon Status Enum
Status
Description
Rewards Overview
Header
Name
Type
Description
Sample request
Response Body
Field Name
Description
Type
Rewards: Epoch Wise
Header
Name
Type
Description
Query Params
Parameter Name
Description
Type
Sample Request
Response Body
Field Name
Description
Type
Interval Summary Table
Field Name
Description
Type
Validator Reward Object
Field Name
Description
Type
Rewards: Date Wise
Header
Name
Type
Description
Query Params
Parameter Name
Description
Type
Sample Request
Response Body
Field Name
Description
Type
Interval Summary Table
Field Name
Description
Type
Validator Reward Object
Field Name
Description
Type
Transactions
Header
Name
Type
Description
Query Params
Parameter Name
Description
Type
Sample Request
Response Body
Field Name
Description
Type
Transaction Object
Field Name
Description
Type
Transaction Types
Enum Value
Description
Transaction Layers
Enum Value
Description
Last updated