# API Request Parameters

## network  
**Type**: string  
**Required**: Yes  
Defaults to mainnet.  
The network to look up against.

## type  
**Type**: string  
**Enum**:  
**Required**: Yes  
Allowed: `validator`, `delegator`

## address  
**Type**: string  
**Required**: Yes  
Defaults to 0xAB30eF276ADC2bE22CE58d75B4F4009173A73676.  
The address to look up rewards for.

## validatorId  
**Type**: string  
The validator id to check against when looking up a delegator status - required only for delegator types.

# HTTP Response Codes

### 200  
OK

### 400  
Bad Request

### 422  
Validation Error

---

### Example cURL Request

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/reporting/staking/v2/polygon/mainnet/validator/status/0xAB30eF276ADC2bE22CE58d75B4F4009173A73676 \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'
```

### Response Format

```json
200
400
422
```
