Get Validator Status for an Address
Network
Required Parameters
network
- Type:
string - Enum:
mainnet,holesky,hoodi - Defaults to
mainnet - The network to look up against.
- Type:
address
- Type:
string - Required: Yes
- The address to look up rewards for.
- Type:
Response Status Codes
- 200 OK
- 400 Bad Request
- 422 Validation Error
Example Usage
CURL
curl --request GET \
--url https://svc.blockdaemon.com/reporting/staking/v2/ethereum/mainnet/validator/status/address \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Expected Response Format
{
"status": "200"
}