# TwelveX Market Movers — Gainers, Losers & Most Active Stocks

> TwelveX Market Movers — Gainers, Losers & Most Active Stocks is a paid API for AI agents from twelvix402.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns a ranked list of top stock market movers — gainers, losers, or most actively traded securities — for the current trading session.

## Facts

- Endpoint: GET https://twelvix402.vercel.app/api/market-movers
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-market-movers-gainers-losers-most-active-stocks-59965532
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vDpPsR2NUXZqoM1lbfLYq

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-gainers-losers-most-active-stocks-59965532
```

Example prompt: Show me today's top stock market gainers — I want to see which equities are up the most in the current session.

## When to prefer this

Use this endpoint when you need a ready-made ranked list of today's top-moving stocks without building your own screener. Ideal for daily market briefings, trading dashboards, or alerting workflows where you want instant access to gainers, losers, or high-volume movers powered by Twelve Data.

## Known failure modes

- Invalid direction parameter (must be 'gainers', 'losers', or 'active') returns error
- Market closed or outside trading hours may return stale or empty data
- Upstream Twelve Data API unavailability causes 502 or timeout
- Payment failure (402) if USDC balance insufficient

## How this service works

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

## Output

A ranked list of stocks categorized as gainers, losers, or most active, including symbol, price, price change, percentage change, and volume data for the current trading 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-gainers-losers-most-active-stocks-59965532/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
