# Crypto Top Movers

> Crypto Top Movers is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-14).

Returns the top gaining and losing cryptocurrencies by price movement over a recent period

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/crypto-top-movers
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-top-movers-0036494a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cABy28QWrkOX2wv1cO6xc

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 crypto-top-movers-0036494a
```

Example prompt: What are the top crypto movers right now — show me the biggest gainers and losers by percentage change in the market today?

## When to prefer this

Use this endpoint when you need a quick, no-account snapshot of which cryptocurrencies are experiencing the most significant price movements — ideal for trading signals, market briefings, portfolio monitoring alerts, or any agent workflow that needs to surface trending digital assets without managing API keys or subscriptions. Pay-per-call via x402/USDC makes it suitable for low-frequency or one-off queries.

## Known failure modes

- Payment required (402) if USDC micropayment on Base mainnet is not provided
- Market data temporarily unavailable if upstream data source is down
- Empty result set if market is closed or no significant movement detected
- Invalid properties filter returns 400 or empty response
- Rate limiting if too many requests sent in short succession

## How this service works

Real-time cryptocurrency market snapshot: top 5 gainers and top 5 losers by 24-hour percentage change (among the top 100 coins by market cap), plus the 10 largest coins by market cap with current prices and 24h change. Also returns global market statistics: total market cap (USD), BTC dominance percentage, and 24h trading volume. Stablecoins excluded from movers ranking. Use before any crypto portfolio, trading, or market analysis task to get a current regime read. Data: CoinGecko public API (r

## Output

A ranked list of cryptocurrencies with the largest price movements, including symbols, percentage change, current price, volume, and whether they are top gainers or losers in the current market session.

## Example request

```json
{
 "properties": "gainers"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-top-movers-0036494a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
