# The Stall — Market Movers

> The Stall — Market Movers is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns a list of stocks or assets with the largest price movements (market movers) for the current trading session

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/market-movers
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-market-movers-0115a5e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G1yGDl2oIMc6oZcEI3HIO

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 the-stall-market-movers-0115a5e3
```

Example prompt: What stocks are moving the most right now — show me today's biggest market movers with their price changes?

## When to prefer this

Choose this endpoint when you need a quick, no-account, pay-per-use snapshot of current market movers without setting up API keys or subscriptions. Ideal for agents that need ad-hoc financial market data on Base mainnet using USDC micropayments via the x402 protocol.

## Known failure modes

- Payment failure if USDC balance on Base mainnet is insufficient
- Market data unavailable outside trading hours or on holidays
- Empty or partial results if market data feed is delayed
- Malformed response if properties filter parameter is invalid
- Network timeout if the x402 payment or data retrieval takes too long

## How this service works

Today's top market movers — equity gainers, losers, most-active, and crypto gainers/losers by 24h change. Sourced from Yahoo Finance screener and CoinGecko (free, no API key). Returns symbol, name, price, % change, volume, and market cap. Filter by asset class (equities, crypto, or both) and mover type (gainers, losers, active). Use for pre-trade context, on-chain event correlation, and market-regime detection.

## Output

A list of stocks or assets experiencing the largest price movements during the current trading session, likely including ticker symbols, percentage price changes, volume data, and directional indicators (gainers/losers).

## Example request

```json
{
 "properties": "symbol,price,change,changePercent"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-market-movers-0115a5e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
