# StableJack Market Quotes

> StableJack Market Quotes 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 current or after-hours market quotes for a given security symbol via StableJack's agent-ready research API.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/market_quotes
- 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-market-quotes-6c0a6387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ox_dKN7eA4s30zan5bS18

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-market-quotes-6c0a6387 -d '<json body>'
```

Example prompt: What's the current market quote for NVDA, including any after-hours price if available? Use StableJack's market quotes endpoint with the symbol NVDA.

## When to prefer this

Choose this endpoint when you need a real-time or after-hours market quote for a listed security and want a paid, agent-optimized API with low latency. Particularly useful for agents operating outside standard market hours who need after-hours pricing, or when integrating into a financial workflow that already uses StableJack's broader research API suite.

## Known failure modes

- Invalid or unrecognized symbol returns an error or empty result
- Missing required 'endpoint' or 'symbol' parameter causes a bad request response
- After-hours data unavailable for certain symbols or exchanges
- Rate limiting or payment failure (x402 USDC payment not processed) blocks the request
- Market closed periods may return stale or null quote data for some instruments

## Output

Returns a current or after-hours market quote for the requested symbol, typically including price, bid/ask, volume, and timestamp metadata as provided by StableJack's research API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-market-quotes-6c0a6387/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)
