# ADH Crypto Movers — Real-Time Binance Market Breadth & Top Movers

> ADH Crypto Movers — Real-Time Binance Market Breadth & Top Movers is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns real-time crypto market breadth (advancing/declining counts, breadth %), top gainers, top losers, and top-volume pairs from Binance.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/crypto-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/adh-crypto-movers-real-time-binance-market-breadth-top-movers-87e7fe12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ef4Q6EjpCekFtoaKa5WB-

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 adh-crypto-movers-real-time-binance-market-breadth-top-movers-87e7fe12
```

Example prompt: Give me a real-time snapshot of today's crypto market movers from Binance — show me the top gainers, top losers, biggest volume coins, and whether more pairs are advancing or declining right now.

## When to prefer this

Choose this endpoint when you need a fast, single-call snapshot of broad Binance market momentum — gainers, losers, volume leaders, and breadth — without building your own aggregation layer. Prefer it over raw exchange APIs when you want pre-processed, agent-ready output with sourcing metadata. Best suited for daily briefings, momentum scans, or regime checks rather than tick-by-tick trading signals.

## Known failure modes

- Payment not processed via x402 — endpoint returns 402 Payment Required
- Binance upstream data temporarily unavailable — may return stale or empty data
- Malformed request parameters — returns 400 Bad Request
- Rate limiting if payment settlement is delayed
- Data snapshot may lag real-time by seconds depending on collection cadence

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing: count of advancing and declining pairs, overall breadth percentage, an array of top gainers (symbol, last price, 24h % change, quote volume in USDT), an array of top losers (same fields), an array of top-volume pairs (same fields), total pairs tracked, data source label ('binance_movers'), data type, and collection timestamp.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "advancing": 41,
   "declining": 40,
   "top_losers": [
    {
     "last": 0.00181,
     "symbol": "NFPUSDT",
     "chg_24h_pct": -66.17,
     "quote_vol_usdt": 3834003
    },
    {
     "last": 0.00181,
     "symbol": "NFPUSDT",
     "chg_24h_pct": -66.17,
     "quote_vol_usdt": 3834003
    }
   ],
   "top_volume": [
    {
     "last": 1.00082,
     "symbol": "USDCUSDT",
     "chg_24h_pct": -0.01,
     "quote_vol_usdt": 1217525964
    },
    {
     "last": 1.00082,
     "symbol": "USDCUSDT",
     "chg_24h_pct": -0.01,
     "quote_vol_usdt": 1217525964
    }
   ],
   "breadth_pct": 50.6,
   "top_gainers": [
    {
     "last": 0.075,
     "symbol": "EDENUSDT",
     "chg_24h_pct": 64.37,
     "quote_vol_usdt": 14243901
    },
    {
     "last": 0.075,
     "symbol": "EDENUSDT",
     "chg_24h_pct": 64.37,
     "quote_vol_usdt": 14243901
    }
   ],
   "pairs_tracked": 81
  },
  "source": "binance_movers",
  "data_type": "区块链",
  "collected_at": "2026-08-14T00:13:52Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-crypto-movers-real-time-binance-market-breadth-top-movers-87e7fe12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
