---
title: "Option Alerts"
method: GET
path: "/api/stock/{ticker}/flow-alerts"
---

# Option Alerts

`GET /api/stock/{ticker}/flow-alerts`

Returns the latest option alerts for the given ticker.

## Path parameters

- `ticker` string, required

## Query parameters

- `limit` integer

## Response `200`

Option Flow alerts data

- OptionAlertsResponse
  - `data` OptionAlert[]
    - `alert_rule` string
    - `all_opening_trades` boolean
    - `created_at` string, date-time
    - `expiry` string, date
    - `expiry_count` integer
    - `has_floor` boolean
    - `has_multileg` boolean
    - `has_singleleg` boolean
    - `has_sweep` boolean
    - `open_interest` string
    - `option_chain` string
    - `price` string
    - `strike` string
    - `ticker` string
    - `total_ask_side_prem` string
    - `total_bid_side_prem` string
    - `total_premium` string
    - `total_size` integer
    - `trade_count` integer
    - `type` 'call' | 'put'
    - `underlying_price` string
    - `volume` integer
    - `volume_oi_ratio` string

## Other responses

- `422` — Validation Error
- `500` — Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
