---
title: "Get Number Of Unread Notifications"
method: GET
path: "/fyi/unreadnumber"
tags: ["tradingFyIsAndNotifications"]
---

# Get Number Of Unread Notifications

`GET /fyi/unreadnumber`

Returns the total number of unread notifications

## Response `200`

Indicates data is being returned successfully.

- TradingFYIsAndNotificationsGetUnreadFyisResponse200
  - `BN` integer — Returns the number of unread notifications.

## Other responses

- `401` — Missing, invalid, or unparseable Authorization token.
- `423` — Return if called too frequently. Should not be called more than 1 time in 5 minutes
- `500` — internal server error, returned when incoming request cannot be processed. It can sometimes include subset of bad requests. For example, wrong accountId passed and it can only be detected later in handling request. Error contains reason of the problem.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
