---
title: "List the current user’s price alerts"
method: GET
path: "/v1/price-alerts"
tags: ["price-alerts"]
---

# List the current user’s price alerts

`GET /v1/price-alerts`

## Query parameters

- `limit` integer
- `cursor` string
- `symbol` string
- `status` 'active' | 'triggered'

## Response `200`

Successful response

- ListPriceAlertsOutput
  - `total` integer
  - `nextCursor` string
  - `previousCursor` string
  - `hasMore` boolean, required
  - `alerts` PriceAlert[], required
    - `id` string, required
    - `symbol` string, required
    - `direction` 'above' | 'below', required
    - `target_price` number, required
    - `status` 'active' | 'triggered', required
    - `triggered_at` string, nullable, required
    - `created_at` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

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