Get Recent Signals
get_recent_signalsServer-detected events from the last hour: funding outliers (≥3x 7d baseline), whale trades (≥$100k), OI caps reached. Cursor-based — pass next_cursor back as since_id to receive only new events. The polling equivalent of the /sse/signals stream. Pro tool get_signal_history covers 7 days with forward-return outcomes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter to one coin, e.g. "BTC" | |
| limit | No | Max events (free tier cap: 20) | |
| since_id | No | Cursor from a previous call — returns only events with id > since_id. Omit on first call. |