# SYNTHORA Top Movers

> SYNTHORA Top Movers is a paid API for AI agents from top-movers.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns real-time biggest 24-hour gainers and losers across the crypto market, sourced from CoinGecko.

## Facts

- Endpoint: POST https://top-movers.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-top-movers-94e184a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LA_F9CIyRtc83NWEdsvvG

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 synthora-top-movers-94e184a7 -d '<json body>'
```

Example prompt: Show me the top 24-hour crypto gainers and losers right now, sorted by gainers and priced in USD.

## When to prefer this

Choose this endpoint when you need a fast, real-time snapshot of the biggest 24-hour crypto market movers without managing a CoinGecko API key yourself. Ideal for rotation agents, daily market briefings, or any workflow that needs a momentum signal across the broad crypto market. Prefer this over raw CoinGecko integration when cost-per-call billing via x402 on Base is preferable to a subscription plan.

## Known failure modes

- Invalid vs_currency value returns an error or empty result
- CoinGecko upstream outage causes delayed or stale data
- Malformed order parameter may return unsorted or default-ordered results
- Network timeout if CoinGecko API is rate-limited or slow
- Empty result set if market data is temporarily unavailable

## How this service works

Real-time biggest 24h gainers and losers across crypto via CoinGecko. Momentum signal for rotation agents. Free source. $0.01 USDC via x402 on Base. SYNTHORA.

## Output

Returns a JSON object with a list of top 24-hour crypto movers, including both gainers and losers, their price change percentages, and associated coin metadata sourced from CoinGecko, denominated in the requested vs_currency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "order": {
   "type": "string",
   "description": "order"
  },
  "vs_currency": {
   "type": "string",
   "description": "vs_currency"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "top-movers",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-top-movers-94e184a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from top-movers.hergertsynthora.com](https://www.zero.xyz/host/top-movers.hergertsynthora.com/llms.txt)
