---
title: "Alert Set"
method: POST
path: "/auth/w/alert/set"
---

# Alert Set

`POST /auth/w/alert/set`

Sets up a price alert at the given value

## Request body

- object
  - `type` string, required — Specify the alert type ('price')
  - `symbol` string, required — Specify the alert symbol (ex. 'tBTCUSD')
  - `price` string, required — Specify the alert price (ex. '232.2')
  - `count` integer — Set the number of times an alert can trigger (ex. 100)

## Response `200`

200

- unknown[]
  - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
