# TwelveX Market Movers

> TwelveX Market Movers is a paid API for AI agents from twelv1x402.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-16).

Returns top stock market movers — gainers, losers, or most active — powered by Twelve Data

## Facts

- Endpoint: GET https://twelv1x402.vercel.app/api/market-movers
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-market-movers-49dc0c55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vx_Rs4MsMqxb_F-mvkQ03

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 twelvex-market-movers-49dc0c55
```

Example prompt: What are the biggest stock gainers right now? Pull today's top market movers using the gainers direction.

## When to prefer this

Use this endpoint when you need a ranked list of top-performing, worst-performing, or most actively traded stocks in real time. Prefer this over individual quote lookups when the goal is to scan the entire market for standout movers rather than track a specific ticker.

## Known failure modes

- Invalid direction value (not 'gainers', 'losers', or 'active') returns an error
- Payment failure or insufficient USDC balance blocks access with 402 response
- Twelve Data upstream outage may result in stale or unavailable data
- Rate limiting may occur under high request volume
- Outside market hours may return limited or end-of-day data

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

A list of stocks ranked by movement (gainers, losers, or most active), including stock symbols, current price, price change, percentage change, and trading volume for the current market session.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "direction": {
   "type": "string",
   "description": "gainers, losers, or active"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-market-movers-49dc0c55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelv1x402.vercel.app](https://www.zero.xyz/host/twelv1x402.vercel.app/llms.txt)
