# StableJack Technical Market Scan

> StableJack Technical Market Scan is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs a technical analysis market scan on crypto assets, returning structured signal data for agent-driven trading research and decision-making.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/technical_market_scan
- 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/stablejack-technical-market-scan-a1407fa3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ju-LZz4r7nnNHWEvINIPR

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 stablejack-technical-market-scan-a1407fa3 -d '<json body>'
```

Example prompt: Run a technical market scan on Bitcoin using StableJack and tell me what the current signals look like — trend direction, momentum, and any notable support or resistance levels.

## When to prefer this

Choose this endpoint when you need structured technical analysis signals (trend, momentum, support/resistance) for crypto assets in an agent-readable format. It is purpose-built for AI agents needing actionable technical data rather than raw price feeds. Prefer it over generic market data endpoints when the goal is signal interpretation rather than just price lookup, and when you need a compact, pre-processed research packet rather than raw OHLCV data.

## Known failure modes

- Invalid or unsupported asset symbol returns an error or empty result
- Insufficient USDC balance causes payment failure via x402 protocol
- Network timeout if upstream market data source is temporarily unavailable
- Malformed request body returns a 400-level error
- Rate limiting if too many requests are sent in a short window

## How this service works

Retrieve technical market scan through StableJack's agent-ready research API.

## Output

Returns a structured technical market scan report including trend direction, momentum indicators (e.g. RSI, MACD), support and resistance levels, and overall signal summary for the queried crypto asset or market.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-technical-market-scan-a1407fa3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
