# Pocket Network Shannon Pulse – Relay Demand & Tokenomics Snapshot

> Pocket Network Shannon Pulse – Relay Demand & Tokenomics Snapshot is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.095/call, status unknown (last checked 2026-09-15).

Returns live Pocket Network Shannon relay-demand rankings, supplier landscape metrics, and tokenomics data in a single snapshot.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/pokt/pulse
- Price: $0.095/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pocket-network-shannon-pulse-relay-demand-tokenomics-snapshot-2df16bfe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qeglNwmO4Lpl3FurNKCKx

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-pulse-relay-demand-tokenomics-snapshot-2df16bfe
```

Example prompt: Pull the current Pocket Network Shannon pulse — show me the top 15 services ranked by relay volume EMA and how many active suppliers are on the network right now.

## When to prefer this

Choose this endpoint when you need live, ranked Pocket Network Shannon relay-demand and supplier landscape data in a single call without running your own POKT node. It is purpose-built for POKT network monitoring and tokenomics analysis, unlike generic blockchain RPC endpoints that only relay raw chain data.

## Known failure modes

- Invalid limit value (out of 1–50 range) returns a validation error
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Pocket Network upstream data unavailable returns 503 or empty payload
- Rate limiting if too many calls are made in a short window

## 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 snapshot including relay-demand rankings sorted by relay volume EMA for the Pocket Shannon network, total active supplier count, and associated tokenomics/service-demand metadata. Supports a configurable 'limit' parameter (1–50) to control how many top entries are returned per section.

## 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 entries to return per section, 1-50 (default 10)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "pokt-network-pulse",
  "serviceDemand": {
   "network": "pocket-shannon",
   "rankedBy": "relayVolumeEma"
  },
  "supplierLandscape": {
   "network": "pocket-shannon",
   "activeSuppliers": 4083
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pocket-network-shannon-pulse-relay-demand-tokenomics-snapshot-2df16bfe/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)
