# Ethereum Gas Price Oracle (organiccryptoyyc.com)

> Ethereum Gas Price Oracle (organiccryptoyyc.com) is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current Ethereum mainnet gas price in both wei and gwei via a live on-chain RPC snapshot.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/eth/gas-price
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ethereum-gas-price-oracle-organiccryptoyyc-com-21af2854
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3lXJRpz9PnU8MxrPpw0FU

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 ethereum-gas-price-oracle-organiccryptoyyc-com-21af2854
```

Example prompt: What's the current Ethereum gas price right now — give me both gwei and wei?

## When to prefer this

Choose this endpoint when you need a live, pay-per-call Ethereum gas price with no API key or subscription, billed in USDC via x402 micropayment. Prefer it for agent workflows requiring censorship-resistant, decentralized RPC access via Pocket Network rather than centralized providers like Infura or Alchemy.

## Known failure modes

- RPC node unavailable or rate-limited — may return 5xx error
- Payment not settled in USDC via x402 — returns 402 Payment Required
- Network congestion causing stale or delayed gas price data
- Invalid or missing x402 payment header — request rejected before RPC call

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

A JSON object containing the current Ethereum gas price expressed as a string in wei (e.g. '12345678901'), as a decimal float in gwei (e.g. 12.345678901), and the chain name ('ethereum').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wei": "12345678901",
  "gwei": 12.345678901,
  "chain": "ethereum"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ethereum-gas-price-oracle-organiccryptoyyc-com-21af2854/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
