# StableJack Technical Pair Research Packet

> StableJack Technical Pair Research Packet 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-16).

Runs a structured technical analysis comparison of exactly two normalized financial market instruments, returning a paired research packet with configurable horizon and analysis windows.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/technical_pair_research_packet
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-technical-pair-research-packet-b272bedb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8mLTSan57RC0nreKJd96p

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-pair-research-packet-b272bedb -d '<json body>'
```

Example prompt: Compare BTC and ETH technically over a 90-day horizon using 14-day and 50-day analysis windows — give me a full paired technical research packet for the crypto asset class.

## When to prefer this

Choose this endpoint when you need a direct, structured technical comparison between exactly two specific market instruments rather than a broad market scan or single-asset analysis. It is ideal for relative value or momentum decisions, pairs trading research, or when an agent needs normalized, side-by-side technical data across a defined horizon with configurable analysis windows. Prefer it over single-asset research endpoints when the user's question is explicitly comparative.

## Known failure modes

- Missing or malformed explicit_pair structure with fewer or more than two legs returns a validation error
- Unsupported asset class or version yields a bad request response
- Invalid or unrecognized ticker symbols for either leg result in a lookup failure
- Analysis window values incompatible with the specified horizon may return partial or empty data
- Network or upstream data provider unavailability returns a 5xx error

## How this service works

Compare exactly two normalized markets technically. For explicit_pair include version, assetClass, exactly two legs, horizon, and analysis windows.

## Output

A structured technical research packet comparing two normalized market instruments, including technical indicators, trend signals, momentum metrics, and relative analysis across the specified horizon and analysis windows for both legs of the pair.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-technical-pair-research-packet-b272bedb/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)
