# organiccryptoyyc.com Chain Snapshot API

> organiccryptoyyc.com Chain Snapshot API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-13).

Returns the latest block number and gas price (in wei and gwei) for a specified blockchain network, sourced via on-chain RPC across 38 supported chains.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/chain-snapshot/%7Bchain%7D
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-chain-snapshot-api-421fa21b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_exmluVAxBGFo9E-ruwwOe

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 organiccryptoyyc-com-chain-snapshot-api-421fa21b
```

Example prompt: What's the current gas price and latest block number on Base right now?

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.012 USDC) real-time snapshot of gas price and block height for any of 38 supported chains — especially useful for pre-transaction gas estimation or block confirmation checks. Prefer it over self-hosted RPC solutions when you need broad multi-chain coverage without managing individual node connections. It is particularly strong for EVM chains supported via Pocket Network's public gateway.

## Known failure modes

- Unsupported chain identifier returns an error or empty response
- RPC node temporarily unavailable for the requested chain
- Rate limit or payment failure (x402 USDC payment not settled) blocks the request
- Network timeout if the upstream Pocket Network relay is slow
- Malformed chain parameter returns a validation error

## 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 chain identifier, chain name, the latest block number, and the current gas price expressed in both wei and gwei — sourced live from an on-chain RPC call at the time of request.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "base",
  "source": "chain-snapshot",
  "gasPrice": {
   "wei": "12345678",
   "gwei": 0.012345678,
   "chain": "base",
   "chainName": "Base"
  },
  "chainName": "Base",
  "latestBlock": {
   "chain": "base",
   "chainName": "Base",
   "blockNumber": 20123456
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-chain-snapshot-api-421fa21b/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)
