# OrganiCryptoYYC RPC Pulse — Multi-Chain RPC Health Check

> OrganiCryptoYYC RPC Pulse — Multi-Chain RPC Health Check is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Probes RPC endpoints for a specified blockchain from multiple vantage points and returns latency, success status, and provider identity for each reading

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/edge/rpc-pulse/%7Bchain%7D
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organicryptoyyc-rpc-pulse-multi-chain-rpc-health-check-20b24241
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ucxr-J0_81RLLYiSytSmj

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 organicryptoyyc-rpc-pulse-multi-chain-rpc-health-check-20b24241
```

Example prompt: Check the RPC pulse for Ethereum — I want to see latency and success status from each vantage point across providers right now.

## When to prefer this

Choose this endpoint when you need real-time, multi-vantage RPC health data for a specific blockchain — particularly when you want latency benchmarks across named providers (LlamaRPC, Pocket Network, etc.) rather than simple ping checks. It covers 38 chains including Ethereum, Solana, BSC, and 34+ EVM chains via Pocket Network, making it suitable for multi-chain infrastructure monitoring at $0.015 per call.

## Known failure modes

- Unsupported chain identifier returns an error or empty readings array
- Chain RPC provider is fully down — readings return success:false with high latency or timeout
- Network issues at the vantage point cause unreliable or missing readings
- Invalid chain path parameter causes 400 or 404 response
- x402 payment not completed results in 402 Payment Required response

## 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 and an array of readings, where each reading includes a success boolean, the vantage point name (e.g. yyc-home), the RPC provider used (e.g. llamarpc), and the observed latency in milliseconds from that probe.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "eth",
  "readings": [
   {
    "success": true,
    "vantage": "yyc-home",
    "provider": "llamarpc",
    "latencyMs": 84
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organicryptoyyc-rpc-pulse-multi-chain-rpc-health-check-20b24241/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)
