What fired for you
my_alertsWhat YOUR alerts fired since a time: the rules on your CoinLobster account, the same history the site shows, newest first, with the move since each fired where a price was stored. Use it for "what fired for me overnight", "anything on my coins since this morning", "did my BTC alert go off". Needs a signed-in connection (free, no plan): keyless is refused by name. Free returns the counts per coin; Starter and up returns every fired row. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Only alerts on this coin. Omit for every coin. | |
| pair | No | Alias for coin. | |
| since_ms | No | Only alerts fired after this Unix-ms timestamp. Defaults to the last 24 hours. Pass back next_since_ms from the previous answer to read only what is new. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coins | No | Per coin: coin, fired. | |
| fired | No | Alerts that fired since since_ms. | |
| alerts | No | Starter and up: fired_at, type, coin, pair, side, usd, price_at_fire, exchange, wallet, since_pct. | |
| summary | No | The answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise. | |
| upgrade | No | Present only when rows were withheld: the cheapest plan that returns them. | |
| available | No | False keyless (reason no_owner: sign in, free) or when history is not wired. | |
| next_since_ms | No | Pass back as since_ms to read only what is new. | |
| rows_withheld | No | Free: rows held back (the counts above are complete). |