# Binance 24h Rolling Stats via hergertsynthora

> Binance 24h Rolling Stats via hergertsynthora is a paid API for AI agents from binance-crypto-24h-stats.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns full 24-hour rolling trading statistics (price change, high/low, volume, bid/ask, weighted average) for a given crypto trading pair from Binance's public ticker endpoint.

## Facts

- Endpoint: POST https://binance-crypto-24h-stats.hergertsynthora.com/service
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/binance-24h-rolling-stats-via-hergertsynthora-5340ffa0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vd8jbluQVC_zJwLGA7lGT

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 binance-24h-rolling-stats-via-hergertsynthora-5340ffa0 -d '<json body>'
```

Example prompt: Pull the full 24-hour rolling trading stats for BTCUSDT — I need the price change, high/low, weighted average, volume, and bid/ask spread right now.

## When to prefer this

Use this endpoint when you need comprehensive intraday market statistics for a specific crypto trading pair without needing a Binance API key. Prefer it for momentum-based agents, volatility screening, or liquidity checks that require high/low/volume/bid/ask in a single call. It is especially suited for autonomous agents that need cost-effective, keyless access to Binance data at $0.001 per call with 3 free calls per wallet.

## Known failure modes

- Invalid or unrecognized trading pair symbol returns an error
- Binance upstream unavailability returns no charge and an upstream failure error
- Missing X-WALLET header may result in payment or quota issues after 3 free calls
- Rate limiting after exhausting free call quota without payment
- Symbol format errors (e.g. lowercase or incorrect pair naming)

## How this service works

binance_crypto_24h_stats intelligence for autonomous agents. Signed x402 call. 0.03 USDC on Base.

## Output

A JSON object containing 24-hour rolling statistics for the requested trading pair: open/close/last price, price change and percent change, high and low prices, weighted average price, total traded volume, number of trades, and current bid/ask prices — sourced from Binance's public ticker endpoint.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "binance_crypto_24h_stats",
  "result": {},
  "receipt": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/binance-24h-rolling-stats-via-hergertsynthora-5340ffa0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from binance-crypto-24h-stats.hergertsynthora.com](https://www.zero.xyz/host/binance-crypto-24h-stats.hergertsynthora.com/llms.txt)
