{"uid":"cap_aprnhcj4lfJzTmDICXRfh","slug":"cryptyx-signal-evaluation-engine-7529a534","name":"Cryptyx Signal Evaluation Engine","description":"CRYPTYX | institutional-grade crypto intelligence: 150+ signals, 440+ metrics, 200+ assets. | Pipeline primitive that re-runs the database-side signal evaluator for a single YYYY-MM-DD day. Pass signal_id+dryrun=true → returns wouldTrigger row count from signals.signal_dryrun_count (no writes). Pass signal_id alone → executes signal_eval_day, returns insertedRows written to signal_log. Omit signal_id → executes signal_eval_all_for_day across enabled signals, returns results[] of {signal_id, inserted_rows} plus durationMs. Row counts only — no per-asset, IC, regime, or grade. Use as smoke-test or to recompute a missed eval day.","url":"https://www.cryptyx.ai/api/signals/eval","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","required":["day"],"properties":{"day":{"type":"string","description":"Anchor day in YYYY-MM-DD format. Required."},"dryrun":{"type":"string","description":"Optional 'true' or 'false' (default 'false'). When 'true' AND signal_id is provided, counts would-trigger rows via signal_dryrun_count without writing to signal_log. Ignored when signal_id is omitted."},"signal_id":{"type":"string","description":"Optional signal identifier (uppercased server-side, e.g. TR_MOMO_CONT_14D). If omitted, evaluates ALL enabled signals via signal_eval_all_for_day."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"application/json","example":{"day":"2026-04-25","signal_id":"TR_MOMO_CONT_14D","total_assets":200,"triggered_count":8}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_f7TVtv9kUNW9awVac8FkA","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Evaluates one or all trading signals for a given day, returning triggered count, total assets considered, and per-asset breakdown with optional dryrun mode.","exampleAgentPrompt":"Run the signal eval for April 25, 2026 on signal TR_MOMO_CONT_14D in dryrun mode so I can see how many assets triggered and get the per-asset breakdown without writing to the signal log.","exampleUseCases":null,"resultDescription":"Returns a JSON object with the evaluated date, signal_id, total number of assets considered (~200), triggered count, and per-asset breakdown of signal firings. In dryrun mode, no signal_log writes occur.","failureModes":["Invalid date format (not YYYY-MM-DD) returns 400 error","Unknown signal_id returns empty or error response","Missing required day parameter may return default or error","Payment not processed results in 402 response","Future date with no data may return zero results or error"],"whenToPreferThis":"Use this endpoint when you need to audit or recompute signal evaluations for a specific historical day, smoke test the evaluation pipeline, or inspect how many and which assets triggered a given signal without side effects via dryrun mode. Prefer over live signal endpoints when the goal is retrospective verification or pipeline validation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:56.859Z","isFirstParty":false}