Cryptyx Recent Signal Firings Stream is a paid API for AI agents from www.cryptyx.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Returns a stream of the most recent signal firing events across crypto assets, sorted newest-first, with signal ID, asset, date, triggered status, and confidence.
CRYPTYX | institutional-grade crypto intelligence: 150+ signals, 440+ metrics, 200+ assets. | Recently triggered atomic signal events from CRYPTYX's 143-signal registry, served from api.v_signals_atomic_ux. Returns up to 50 events as { events: [{ asset, signal_id, confidence, triggered_at }] } where triggered_at is the day-level asof_day, filtered to is_triggered=true. Single query param: since (ISO date, default 24h back, clamped to max 7 days). Ordered by asof_day DESC then asset. Use as a change-detection digest of which atomic signals fired across ~200 assets — pair with /api/signals/catalog or /api/signals/explain to resolve class, geometry, grade, and regime context.
A JSON object with an 'events' array containing the most recent signal firings, each with signal_id, asset symbol, day (date), triggered (boolean), and confidence score, sorted newest-first.
GEThttps://www.cryptyx.ai/api/signals/recentUse this endpoint when you need a reverse-chronological feed of signal firings for change-detection workflows, periodic agent digests, or 'what happened since last run' summaries. Prefer over asset-specific signal endpoints when you want a broad cross-asset view of recent activity rather than deep analysis on a single asset.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "application/json",
"example": {
"events": [
{
"day": "2026-04-25",
"asset": "ETH",
"signal_id": "VOL_COMPRESSION_7v30",
"triggered": true
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"