# Pocket Network Shannon Relay Throughput Rankings

> Pocket Network Shannon Relay Throughput Rankings is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns a ranked list of Pocket Network Shannon services by cumulative claimed relays and compute units, showing which chains are driving the most demand.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/pokt/throughput
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pocket-network-shannon-relay-throughput-rankings-2ed06607
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qwhVPStCYnsbiDBp9SEIk

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 pocket-network-shannon-relay-throughput-rankings-2ed06607
```

Example prompt: Show me the top 10 services on Pocket Network Shannon ranked by cumulative claimed relays so I can see which chains are driving the most demand.

## When to prefer this

Choose this endpoint when you need live, on-chain relay demand and compute unit data specifically from Pocket Network Shannon — especially for comparing which chains are most active, researching POKT tokenomics, or monitoring DePIN relay throughput. It is priced per-call at $0.03 USDC and settled via x402, making it suitable for agent-driven queries without subscriptions.

## Known failure modes

- Invalid limit parameter (outside 1-15 range) may return an error or default to 10
- Payment failure via x402 protocol results in 402 response before data is returned
- Network connectivity issues to Pocket Network Shannon may return stale or empty data
- Limit parameter ignored if passed as non-string or non-numeric value

## 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 network name ('pocket-shannon'), the ranking method ('cumulativeClaimedRelays'), and an array of service objects each with name, serviceId, cumulativeClaimedRelays, cumulativeClaimedComputeUnits, and cumulativeEstimatedComputeUnits. Results are sorted descending by cumulative claimed relays.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "string",
       "description": "Number of top services to return, 1-15 (default 10)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "network": "pocket-shannon",
  "rankedBy": "cumulativeClaimedRelays",
  "services": [
   {
    "name": "Base Testnet",
    "serviceId": "base-test",
    "cumulativeClaimedRelays": 69180,
    "cumulativeClaimedComputeUnits": 61293480,
    "cumulativeEstimatedComputeUnits": 61293480
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pocket-network-shannon-relay-throughput-rankings-2ed06607/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)
