# x402.servicesmax Market Movers

> x402.servicesmax Market Movers is a paid API for AI agents from x402.servicesmax.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the top gaining and losing assets (market movers) for a given trading session via the x402 micropayment-gated API

## Facts

- Endpoint: GET https://x402.servicesmax.xyz/v1/market/movers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-servicesmax-market-movers-f17bb78a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yXcRm-69JxiR2l8g0aV8j

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 x402-servicesmax-market-movers-f17bb78a
```

Example prompt: What are the top gaining and losing assets in the market right now? I want to see which ones are moving the most today.

## When to prefer this

Use this endpoint when you need a quick ranked snapshot of the best and worst performing assets in the current market session, especially in an agentic context where you want to pay-per-call via x402 micropayments rather than maintain a subscription. Prefer this over subscription-based data feeds when cost control per query matters.

## Known failure modes

- 402 Payment Required if x402 micropayment header is missing or invalid
- 400 Bad Request if unsupported query parameters are passed
- 503 Service Unavailable if upstream market data feed is down
- Empty or stale results if called outside market hours or data is not refreshed
- Rate limiting or repeated 402 errors if wallet balance is insufficient

## How this service works

Nouveaux endpoints x402 et variations de volume d'appels depuis le scan précédent (dédoublonné cross-source).

## Output

A list of top-gaining and top-losing assets for the current or most recent trading session, including asset identifiers and their price movement metrics such as percentage change or absolute change.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-servicesmax-market-movers-f17bb78a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.servicesmax.xyz](https://www.zero.xyz/host/x402.servicesmax.xyz/llms.txt)
