Subscriber dashboard
Welcome back.
Member since —
Live gaps now
—
Active mispricings
Total found
—
Since scanner started
Markets scanned
—
Last scan cycle
Live gap feed
Connecting...
Connecting...
Loading...
Telegram alerts
🔒 Pro feature
Instant Telegram alerts
Gap signals to your Telegram the moment they're detected.
Historical data
🔒 Pro feature
Full gap history
Search and analyze every gap ARGUS has detected since launch.
Data export
🔒 Institutional feature
Raw data export
Export gap data as CSV or JSON for quant analysis and reporting.
Your API key
Use this to query ARGUS programmatically.
—
Endpoint: https://argus-production-d220.up.railway.app/api/gaps
Header: X-API-Key: your_key
Header: X-API-Key: your_key
Your plan
Telegram alerts
Get instant gap alerts on Telegram
ARGUS sends real-time signal alerts directly to a private Telegram channel the moment a tradeable gap is detected — before it closes.
Step 1
Search @argus_signals_bot on Telegram and send it a message to activate.
Step 2
Email support@argussignals.com with your Telegram username and plan — we'll add you to the private signals channel within 24 hours.
API access
Query the ARGUS gap feed programmatically using your API key.
—
GET /api/gaps — Live gap feed
GET /api/gaps?gap_type=negrisk — NegRisk only
GET /api/gaps?gap_type=ladder — Ladder only
GET /api/gaps?tier=tier_1 — Tier 1 liquidity only
GET /api/signals/accuracy — Historical win rate
Header: X-API-Key: your_key_above
GET /api/gaps?gap_type=negrisk — NegRisk only
GET /api/gaps?gap_type=ladder — Ladder only
GET /api/gaps?tier=tier_1 — Tier 1 liquidity only
GET /api/signals/accuracy — Historical win rate
Header: X-API-Key: your_key_above
Signal history
Accuracy tracker
Every gap ARGUS detects is logged and re-checked every 30 minutes. Win rate and profitability stats update automatically.
Loading accuracy data...
Data export
Export gap data
Download current gap feed as JSON for quant analysis, backtesting, or reporting.
Webhooks
Real-time webhook delivery
ARGUS can POST gap alerts to your endpoint the moment they're detected. Contact us to configure your webhook URL.
Payload format
POST your_endpoint
Content-Type: application/json
{ "gap_type": "negrisk", "market": "...",
"edge_pct": 3.2, "liquidity_tier": "tier_1",
"confidence": 82, "urgency": "high" }
Content-Type: application/json
{ "gap_type": "negrisk", "market": "...",
"edge_pct": 3.2, "liquidity_tier": "tier_1",
"confidence": 82, "urgency": "high" }
Email support@argussignals.com with your endpoint URL to get set up.