# organiccryptoyyc.com RPC Performance Analytics — Multi-Region Chain Latency API

> organiccryptoyyc.com RPC Performance Analytics — Multi-Region Chain Latency API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-14).

Returns RPC performance benchmarks and recommended provider/vantage-point combinations for a specified blockchain chain over a 24-hour window, measured from multiple real-device geographic locations.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/edge/rpc-performance/%7Bchain%7D
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-rpc-performance-analytics-multi-region-chain-ba2b45f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_poyRP1H48jYoU5Hww1Q7_

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-rpc-performance-analytics-multi-region-chain-ba2b45f1
```

Example prompt: What's the best-performing RPC provider and vantage point for Solana right now, based on the last 24 hours of multi-region benchmarks?

## When to prefer this

Choose this endpoint when you need an objective, multi-region RPC performance recommendation for a specific blockchain rather than relying on a single provider's self-reported latency. It is particularly useful for agents or backends that dynamically route RPC calls and want real-device, geographically-diverse benchmark data. Prefer it over static RPC lists when freshness and regional variance matter. Best for Ethereum, Solana, BSC, peaq, and the 34 Pocket Network-supported EVM chains.

## Known failure modes

- Unsupported or misspelled chain identifier returns an error or empty result
- Chain not covered by Pocket Network gateway or native endpoints may return no data
- Service migration to Acurast decentralized cloud may cause intermittent availability during transition
- x402 payment failure (insufficient USDC, wrong facilitator) blocks the request
- Stale benchmark data if measurement jobs have not run recently

## 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 queried chain identifier, the measurement window (e.g. '24h'), and a 'recommended' object specifying the best-performing vantage point (geographic node location) and RPC provider for that chain based on recent multi-region latency benchmarks.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "sol",
  "window": "24h",
  "recommended": {
   "vantage": "yyc-home",
   "provider": "solana-mainnet"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-rpc-performance-analytics-multi-region-chain-ba2b45f1/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)
