> ## Documentation Index
> Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Unread Count

> Get the number of unread messages

## Request

```bash theme={null}
curl https://api.midasprotocol.org/messages/unread-count \
  -H "Authorization: Bearer pp_your_key"
```

## Response

```json theme={null}
{
  "unread": 3
}
```
