# StableJack Pair Derivatives Indicators

> StableJack Pair Derivatives Indicators 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-14).

Retrieves a selected derivatives indicator for a specific trading pair from StableJack's agent-ready research API.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/pair_derivatives_indicators
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-pair-derivatives-indicators-97a14eb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LQP7oEPs18C8c9cr7eDtO

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-pair-derivatives-indicators-97a14eb8 -d '<json body>'
```

Example prompt: Pull the open interest derivatives indicator for BTC-USDC perpetuals from StableJack — use the pair_derivatives_indicators tool with the open_interest operation and the BTC-USDC market fields.

## When to prefer this

Choose this endpoint when you need pair-specific derivatives market indicators (open interest, IV, Greeks, skew, put/call ratio) rather than broader market screeners or funding rate history. Prefer this over sibling endpoints when you have a specific pair in mind and need a targeted derivatives metric rather than a cross-market comparison or screener sweep.

## Known failure modes

- Missing or unsupported operation returns an error — always include a valid operation field
- Missing required market fields (pair, asset class, etc.) causes a 400 error
- Unsupported trading pair returns empty result or not-found error
- Invalid params structure causes a schema validation failure
- Rate limit exceeded returns a payment or quota error

## How this service works

Retrieve a selected pair-level derivatives indicator. Always include a supported operation and params with the required market fields.

## Output

Returns a selected pair-level derivatives indicator value or series (e.g. open interest, implied volatility, Greeks, skew, put/call ratio, or term structure data) for the specified trading pair and market, formatted for agent consumption.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-pair-derivatives-indicators-97a14eb8/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)
