# Network

The network to look up against.

- **Defaults to mainnet**

## Type

- **string**

## Required

- Specifies whether the request is for a validator or delegator.

## Validator/Delegator

Allowed:
- `validator`
- `delegator`

## Accept

- **string**
- **enum**
- **Defaults to application/json**

Generated from available response content types:
- Allowed:
    - `application/json`
    - `application/x-ndjson`

# Response Codes

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

## Example Request

```bash
curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v2/solana/mainnet/validator/status \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '[\
  "FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571"\
]'
```

## Example Content Types

- `application/x-ndjson`
- `application/json`

# Updated

- Updated 2 months ago.
