# SYNTHORA Gas Oracle Multi-Chain

> SYNTHORA Gas Oracle Multi-Chain is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns dual-verified gas prices across Ethereum, Base, Arbitrum, Optimism, and Polygon with divergence reporting between two independent RPCs per chain

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/gas-oracle-multi
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-gas-oracle-multi-chain-d4242406
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__dyEsKz_CwU4wm1qR4_KW

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-gas-oracle-multi-chain-d4242406 -d '<json body>'
```

Example prompt: What are the current gas prices across Ethereum, Base, Arbitrum, Optimism, and Polygon right now — verified by two independent RPCs so I can trust the numbers before I time my transaction?

## When to prefer this

Choose this endpoint when you need trustworthy, cross-chain gas price data backed by dual-RPC verification rather than a single potentially-lagging source. Ideal for DeFi agents timing transactions across L1/L2 networks, bridge cost comparisons, or any workflow where a single RPC lying or lagging would cause financial harm. Preferable over single-RPC oracles or chain-specific gas APIs when operating across all five major EVM chains simultaneously.

## Known failure modes

- Both RPCs for a chain are unavailable — chain data missing or partial result returned
- High divergence between the two RPCs indicating one may be lagging or unreliable — divergence flag raised in report
- Network timeout on public RPC endpoints causing slow or failed response
- x402 payment not accepted or insufficient USDC balance — 402 Payment Required error
- Invalid or malformed POST body — 400 Bad Request

## How this service works

SYNTHORA gas-oracle-multi: gas price across 5 chains (ethereum, base, arbitrum, optimism, polygon), each VERIFIED by two independent public RPCs with divergence report — a single RPC can lie or lag; dual-verified is what you time transactions with. Free public RPCs, no key. $0.005 USDC x402 Base.

## Output

Returns current gas prices for each of the five chains (Ethereum, Base, Arbitrum, Optimism, Polygon), each figure verified by two independent public RPC endpoints. Also includes a divergence report indicating how much the two RPC sources differ per chain, allowing the caller to assess data reliability and detect lagging or manipulated RPCs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA gas-oracle-multi: gas price across 5 chains (ethereum, base, arbitrum, optimism, polygon), each VERIFIED by two independent public RPCs with divergence report — a single RPC can lie or lag; d"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-gas-oracle-multi-chain-d4242406/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)
