---
title: "Returns the list of available balance options which can be used as a bound to determine when to send email to user with low balance notification. See https://my.textmagic.com/online/account/notifications/balance"
method: GET
path: "/api/v2/user/notification/balance/bundles"
tags: ["User Settings"]
---

# Returns the list of available balance options which can be used as a bound to determine when to send email to user with low balance notification. See https://my.textmagic.com/online/account/notifications/balance

`GET /api/v2/user/notification/balance/bundles`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/getBalanceNotificationOptions" target="_blank">Try in sandbox</a><br>

## Response `200`

Returned when the list of available balance options have been received with success.

- GetBalanceNotificationOptionsResponse
  - `1` string, required — Contains sign of currency in Unicode hex code.
  - `2` string, required — Contains sign of currency in Unicode hex code.
  - `3` string, required — Contains sign of currency in Unicode hex code.
  - `5` string, required — Contains sign of currency in Unicode hex code.
  - `10` string, required — Contains sign of currency in Unicode hex code.
  - `20` string, required — Contains sign of currency in Unicode hex code.
  - `30` string, required — Contains sign of currency in Unicode hex code.
  - `50` string, required — Contains sign of currency in Unicode hex code.
  - `100` string, required — Contains sign of currency in Unicode hex code.
  - `500` string, required — Contains sign of currency in Unicode hex code.
  - `1000` string, required — Contains sign of currency in Unicode hex code.

## Other responses

- `401` — Unauthorized request.

---

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