{"uid":"cap_Y4KZH91prwcvnFfzu1Q8E","slug":"delx-signal-threshold-2313e816","name":"Delx Signal Threshold","description":"Classify a signal against optional upper and lower thresholds — call when classifying a signal against upper/lower thresholds. Use on caller-supplied ticks/returns when agents need signal prep without a licensed live market feed (ottoai-class demand, first-party transform). Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web se…","url":"https://api.delx.ai/api/v1/x402/signal-threshold","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"lower":{"type":"number","description":"Optional lower threshold."},"upper":{"type":"number","description":"Optional upper threshold."},"value":{"type":"number","description":"Numeric signal to classify against optional lower/upper thresholds."}}},"responseSchema":{"type":"json","example":{"lower":0,"state":"above_upper","upper":10,"value":12,"schema":"delx/util-signal-threshold/v1","triggered":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_emjWSCnDomh03aRS-8pYY","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Classifies a numeric signal value against optional upper and/or lower thresholds, returning a deterministic machine-readable JSON result","exampleAgentPrompt":"Classify this signal value of 0.87 against a lower threshold of 0.20 and an upper threshold of 0.75 — tell me which zone it falls in.","exampleUseCases":[{"title":"Overbought/oversold signal tagging","prompt":"I have an RSI-like value of 72.5 computed from my own tick data — classify it against a lower bound of 30 and an upper bound of 70 so I know if it's overbought, oversold, or neutral."},{"title":"Anomaly detection on computed metrics","prompt":"My pipeline just produced an error rate of 0.012 — classify that against a lower threshold of 0.001 and upper threshold of 0.01 so I can flag whether it's within normal range or breaching the upper limit."},{"title":"Portfolio rebalance trigger check","prompt":"Check whether my momentum score of -0.15 breaches either the lower threshold of -0.10 or the upper threshold of 0.10, so I can decide if a rebalance trigger fires."}],"resultDescription":"A deterministic JSON object indicating which zone the input value falls into relative to the supplied thresholds — e.g. whether the value is below the lower threshold, above the upper threshold, or within the defined range. No upstream data fetching occurs; the result is computed locally and statelessly from the caller-supplied inputs.","failureModes":["Missing required 'value' field returns a validation error","Non-numeric value type causes a schema rejection","Upper threshold lower than lower threshold may produce unexpected or inverted zone classification","Payment failure via x402 results in a 402 response before computation occurs"],"whenToPreferThis":"Choose this endpoint when you need fast, stateless, deterministic threshold classification of a numeric signal you already have in hand — particularly when you do not have access to a live market data feed and want a cheap ($0.003 USDC) first-party transform with no input retention. Ideal for signal prep pipelines, backtesting logic, or any agent workflow that computes its own tick or return values and needs boundary classification without calling an external data provider.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:58:18.208Z","isFirstParty":false}