---
title: "Get notification thresholds"
method: GET
path: "/api/notifications/v1/user/notification-thresholds"
tags: ["User Management Notification"]
---

# Get notification thresholds

`GET /api/notifications/v1/user/notification-thresholds`

Retrieves the deposit and withdrawal USD notification thresholds for the authenticated user.

## Headers

- `request-id` string

## Response `200`

Notification thresholds retrieved successfully

- NotificationThresholdsResponse
  - `depositThresholdUsd` number
  - `withdrawalThresholdUsd` number

## Other responses

- `400` — Bad request
- `500` — Unexpected error

---

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