# Hergert Synthora Binance 24h Ticker with Range Position

> Hergert Synthora Binance 24h Ticker with Range Position is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns the 24-hour ticker for a Binance trading pair including current price positioned within its 24h high/low range, distance to each extreme, and direction of travel — Ed25519-signed for verifiability.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/binance-ticker24
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hergert-synthora-binance-24h-ticker-with-range-position-6a0c09b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pgX9M-y_PgRpSdWW_MIVA

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 hergert-synthora-binance-24h-ticker-with-range-position-6a0c09b6 -d '<json body>'
```

Example prompt: What's the current BTCUSDT price and where does it sit within today's 24-hour high/low range — is it closer to the top or bottom, and which direction is it moving?

## When to prefer this

Choose this endpoint when you need not just the last trade price but the contextual position of a crypto asset within its 24-hour range — useful for momentum assessment, entry/exit timing, or verifiable signed market data. The Ed25519 signature makes it suitable for auditable or compliance-sensitive workflows.

## Known failure modes

- Invalid or unrecognized trading pair symbol returns an error
- Binance API upstream outage may cause delayed or missing data
- Malformed input (non-string or empty symbol) returns a validation error
- Signature verification failure if response is tampered with post-delivery

## How this service works

SYNTHORA binance-ticker24: 24h ticker that places the current price INSIDE its own 24h range — not just the last trade, but where it sits between the period high and low, with the distance to each end and the direction of travel. Deterministic, Ed25519-signed. Input: trading pair symbol (e.g. BTCUSDT).

## Output

A JSON object containing the trading pair's current price positioned within its 24-hour high/low range, the absolute and percentage distance to each range extreme, the direction of travel, an Ed25519 cryptographic signature for result integrity, and a payment receipt confirming the x402 microtransaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA binance-ticker24: 24h ticker that places the current price INSIDE its own 24h range — not just the last trade, but where it sits between the period high and low, with the distance to each end and the direction of travel. Deterministic, Ed25519-signed. Input: trading pair symbol (e.g. BTCUSDT)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hergert-synthora-binance-24h-ticker-with-range-position-6a0c09b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
