# Synthora Market Dominance

> Synthora Market Dominance is a paid API for AI agents from market-dominance.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns real-time global crypto market statistics including total market cap, 24h volume, BTC/ETH dominance, and active coin count

## Facts

- Endpoint: POST https://market-dominance.hergertsynthora.com/service
- 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/synthora-market-dominance-34f80a2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qBUpDto2ZwvS35dkr4jpc

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 synthora-market-dominance-34f80a2e -d '<json body>'
```

Example prompt: What's the current state of the overall crypto market? I need BTC and ETH dominance, total market cap, and 24-hour volume to understand the macro picture before making portfolio decisions.

## When to prefer this

Use this endpoint when an AI agent needs macro-level crypto market context — e.g. BTC/ETH dominance, total market cap, global volume — rather than individual coin prices or order book data. Ideal for portfolio agents needing macro context before making allocation decisions. The free-tier (first 3 calls per wallet) and low per-call cost ($0.001 USDC) make it suitable for frequent polling in automated workflows.

## Known failure modes

- Upstream data source failure — no charge applied per service terms
- Invalid or missing wallet address header may exhaust free-tier tracking
- Rate limiting after free tier is exhausted without valid x402 payment
- Stale data if upstream provider has latency or outage
- Malformed POST body returns validation error

## How this service works

Real-time global crypto stats: total market cap, 24h volume, BTC/ETH dominance, active coins. Macro context for portfolio agents. Free source. $0.005 USDC via x402 on Base. SYNTHORA.

## Output

Returns a JSON object with global crypto market statistics: total market capitalization, 24-hour trading volume, Bitcoin dominance percentage, Ethereum dominance percentage, and the count of active cryptocurrencies — providing a macro snapshot of the entire crypto market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA market-dominance: BTC and ETH market dominance contrasted between TWO independent providers (CoinGecko and Coinlore), reporting the discrepancy in percentage points and a confidence grade — y"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "market_dominance",
  "result": {
   "senal": "DISCREPANCIA de 2.0474 pp entre los dos observadores sobre la dominancia de BTC: difieren en que universo de monedas cuentan; usa el dato con reserva",
   "activo": "BTC",
   "mercado": {
    "cambio_mcap_24h_pct": 0.7526734248279898,
    "vol_24h_usd__observador_1": 56761379043.38263,
    "mcap_total_usd__observador_1": 2295392767065.497,
    "mcap_total_usd__observador_2": 2204884145726.574
   },
   "as_of_utc": "2026-08-05T18:32:32Z",
   "confianza": "media",
   "latencia_s": 0.34,
   "degradacion": {
    "de": 2,
    "fallos": [],
    "fuentes_vivas": 2
   },
   "observadores": {
    "n": 2,
    "clase": "proveedores independientes de datos de mercado",
    "independencia": "distinto universo de monedas contadas"
   },
   "dominancia_pct": {
    "observador_1": 56.5425644813439,
    "observador_2": 58.59
   },
   "discrepancia_pp": 2.0474,
   "dominancia_completa__observador_1": {
    "bnb": 3.484469105479295,
    "btc": 56.5425644813439,
    "eth": 10.09653383187638,
    "sol": 1.888273658296044,
    "trx": 1.355025418755254,
    "xrp": 2.916078335417036,
    "usdc": 3.131389199794474,
    "usdt": 7.973493292224553,
    "steth": 0.789703952729928,
    "figr_heloc": 0.944722954428762
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-market-dominance-34f80a2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market-dominance.hergertsynthora.com](https://www.zero.xyz/host/market-dominance.hergertsynthora.com/llms.txt)
