# network

The network to look up against.

Defaults to mainnet

# Responses

## ``200      OK

## ``400      Bad Request

## ``422      Validation Error

---

* * *

## Example Request

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

## Example Responses

```json
200
400
422
```

---

Updated 2 months ago
