# peaq Network Live Gas Price

> peaq Network Live Gas Price 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-13).

Fetches the current gas price on the peaq blockchain network, returning values in wei and gwei.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/peaq/gas-price
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peaq-network-live-gas-price-725eb2fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dfDa6_htSCVDDDpi8L37B

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 peaq-network-live-gas-price-725eb2fe
```

Example prompt: What's the current gas price on the peaq network right now, in both wei and gwei?

## When to prefer this

Choose this endpoint when you specifically need live gas price data for the peaq blockchain network (not Ethereum, BSC, or other EVM chains). It is priced per-call at $0.005 USDC and settled via x402, making it suitable for agents that need metered, pay-as-you-go on-chain data without API key management. Prefer alternatives if you need gas data for other chains or need free/unlimited access.

## Known failure modes

- RPC node unavailable or slow — may return timeout or 5xx error
- peaq network congestion could cause stale or delayed gas price readings
- Payment not settled in USDC via x402 — request rejected with 402 Payment Required
- Invalid or missing x402 payment header — 402 response
- Network outage on organiccryptoyyc.com hosting — endpoint unreachable

## 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

Returns a JSON object with the current gas price in wei (string), gwei (number), and the chain name ('peaq'), sourced from a live on-chain RPC call to the peaq network.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wei": "1234567",
  "gwei": 0.001234567,
  "chain": "peaq"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peaq-network-live-gas-price-725eb2fe/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)
