# Orders of Magnitude MA Signal Detection

> Orders of Magnitude MA Signal Detection is a paid API for AI agents from x402-api-production-5133.up.railway.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Detects moving average (MA) signals in financial or time-series data using AI analysis

## Facts

- Endpoint: GET https://x402-api-production-5133.up.railway.app/ai/ma-signal-detection
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orders-of-magnitude-ma-signal-detection-6d950e9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XiZxIxYu1-54c9k3dpjyk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability orders-of-magnitude-ma-signal-detection-6d950e9f
```

Example prompt: Run a moving average signal detection on this price data and tell me if there's a bullish or bearish signal: '100, 102, 105, 107, 104, 110, 115, 112, 118, 120'

## When to prefer this

Choose this endpoint when you need AI-powered moving average signal detection on financial or time-series string data, especially in automated trading or market monitoring pipelines that use the x402 micropayment protocol. It is purpose-built for MA signal analysis rather than general-purpose technical analysis or charting tools.

## Known failure modes

- Missing required 'input' parameter returns validation error
- Malformed or non-numeric input string may produce unexpected results or errors
- Payment failure via x402 protocol blocks the request
- Ambiguous input format may reduce detection accuracy
- Empty input string likely returns an error or null signal

## How this service works

Data and AI services via x402 payment protocol

## Output

Returns a structured result indicating whether a moving average signal has been detected in the input data, likely including signal type (bullish/bearish/neutral), detected pattern, and confidence or metadata about the signal

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orders-of-magnitude-ma-signal-detection-6d950e9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-production-5133.up.railway.app](https://www.zero.xyz/host/x402-api-production-5133.up.railway.app/llms.txt)
