# Network

## Required Parameters

- **network**  
  - Type: `string`  
  - Enum: `mainnet`, `holesky`, `hoodi`  
  - Defaults to `mainnet`  
  - The network to look up against.

- **address**  
  - Type: `string`  
  - Required: Yes  
  - The address to look up rewards for.

# Response Status Codes

- **200** OK  
- **400** Bad Request  
- **422** Validation Error

---

# Example Usage

## CURL

```shell
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

```json
{
  "status": "200"
}
```
