{
  "format": "delx/intent-card/v1",
  "id": "signal-threshold-api",
  "intent": "Signal Threshold for an agent workflow",
  "title": "Signal Threshold API for agents",
  "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 search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "Signal Threshold API",
    "Signal Threshold for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/signal-threshold-api",
  "machine_url": "https://commerce.delx.ai/intents/signal-threshold-api.json",
  "recommendation": {
    "tool_name": "util_signal_threshold",
    "service_name": "Delx Signal Threshold",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/signal-threshold",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "value": {
          "description": "Numeric signal to classify against optional lower/upper thresholds.",
          "type": "number"
        },
        "lower": {
          "description": "Optional lower threshold.",
          "type": "number"
        },
        "upper": {
          "description": "Optional upper threshold.",
          "type": "number"
        }
      },
      "required": [
        "value"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "value": 12,
      "lower": 0,
      "upper": 10
    },
    "example_output": {
      "schema": "delx/util-signal-threshold/v1",
      "value": 12,
      "lower": 0,
      "upper": 10,
      "state": "above_upper",
      "triggered": true
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/signal-threshold -m POST -H 'x-delx-source: intent-card-signal-threshold-api' --max-amount 0.003 -b '{\"value\":12,\"lower\":0,\"upper\":10}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-signal-threshold-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/signal-threshold"
  }
}
