# claw402 US Stock Market Movers

> claw402 US Stock Market Movers is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a list of top US stock market movers (gainers/losers) for the current trading session, paid per-call with USDC via x402.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/stocks/us/movers
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-us-stock-market-movers-4b223364
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kW56Tvgh8R1sP23HNRTmG

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 claw402-us-stock-market-movers-4b223364
```

Example prompt: What are the top US stock market movers right now? I want to see which stocks are gaining and losing the most today.

## When to prefer this

Use this endpoint when you need a quick, no-registration, pay-per-call lookup of top US stock market movers via USDC micropayment. Prefer over subscription-based APIs when you need infrequent or one-off market mover data without committing to an API key or monthly plan.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402
- Market closed or no movers data available — returns empty data array
- Malformed properties filter — may return empty or error response
- Rate limiting or gateway error — returns non-zero code

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

A JSON object with a code field and a data array containing the top US stock movers for the current session, including ticker symbols and movement data.

## Example request

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

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-us-stock-market-movers-4b223364/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
