Track record of one signal on one coin
signal_recordHow the last N firings of one signal type on one coin played out: how many rose over the next 24h and the median absolute move, the same numbers the site shows, plus the rows themselves. Use it for "how have funding-extreme flags on ETH worked out", "does the whale-spike signal on SOL lead anywhere". A record is stated only over enough clean samples; below that the rows are listed and no rate is claimed. Same on every plan. flag_outcomes is the market-wide ledger; this is one type on one coin. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | One coin symbol, for example ETH. | |
| pair | No | Alias for coin. | |
| type | Yes | The signal type: whale-spike, funding-extreme, squeeze-flip, liq-cascade, flow-divergence or deriv-record (underscore forms accepted). | |
| limit | No | How many past firings to read. Defaults to 12, hard ceiling 50. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Rows returned. | |
| scored | No | n, up, median_abs_move_pct, dots: stated only over enough clean 24h outcomes; null when suppressed. | |
| signals | No | The past firings, newest first, with their outcomes. | |
| 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. | |
| available | No | False when no firing of this type on this coin is recorded. | |
| suppressed | No | True when too few clean samples to state a rate. |