# Coverage

> How many funds and credits are in the latest snapshot.

```
GET https://dirigon.com/v1/coverage
```

No query parameters. Call this when you want the current universe size.

```bash
curl "https://dirigon.com/v1/coverage" -H "X-API-KEY: YOUR_KEY"
```
