# Binance 24h Ticker

> Binance 24h Ticker is a paid API for AI agents from binance-ticker24.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns real-time 24-hour price change statistics, high/low, volume, and VWAP for a given Binance trading pair

## Facts

- Endpoint: POST https://binance-ticker24.hergertsynthora.com/service
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/binance-24h-ticker-668a01da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wOdvWMxKABQ3-fZw_yenT

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-ticker-668a01da -d '<json body>'
```

Example prompt: What are the 24-hour price change, high/low, volume, and VWAP for BTCUSDT on Binance right now?

## When to prefer this

Use this endpoint when you need real-time 24-hour market statistics for a specific Binance trading pair, especially for market-making bots, price signal agents, or dashboards that need VWAP and volume data alongside price change. Prefer this over generic crypto price APIs when Binance-specific data (Binance volume, Binance VWAP) is required.

## Known failure modes

- Invalid or unsupported trading pair symbol returns an error
- Upstream Binance API failure returns no charge and an error response
- Missing symbol field in request body causes validation error
- Network timeout or service unavailability

## How this service works

Real-time 24h price change, high/low, volume and VWAP for any Binance pair. For market-making and signal agents. Free source. $0.01 USDC via x402 on Base. SYNTHORA.

## Output

Returns real-time 24-hour market statistics for the requested trading pair including: price change amount and percentage, 24h high and low prices, last traded price, total volume, and volume-weighted average price (VWAP).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "binance_ticker24",
  "result": {
   "ask": 64690.01,
   "bid": 64690,
   "senal": "cotiza en el 91.94% del rango de 24 h",
   "fuente": "<omitido en el ejemplo publico>",
   "symbol": "BTCUSDT",
   "low_24h": 63880,
   "high_24h": 64760.99,
   "open_24h": 64011.99,
   "as_of_utc": "2026-08-05T16:31:23Z",
   "last_price": 64690,
   "latencia_s": 0.27,
   "spread_pct": 0.00002,
   "trades_24h": 2506551,
   "volume_24h_quote": 838119043.6470296,
   "price_change_pct_24h": 1.059,
   "posicion_en_rango_24h_pct": 91.94
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/binance-24h-ticker-668a01da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from binance-ticker24.hergertsynthora.com](https://www.zero.xyz/host/binance-ticker24.hergertsynthora.com/llms.txt)
