Pocket Network
Pocket Network is the decentralized RPC layer of Web3 — a permissionless, fully open data delivery protocol built on Cosmos SDK and CometBFT (the Shannon upgrade, June 2025). 5,000+ independent supplier nodes serve relays across 60-69+ blockchains, metered in compute units at $1/billion and settled on-chain in POKT under deflationary tokenomics (PIP-41, 97.5% mint ratio). Grove (grove.city) is the for-profit infrastructure company that operates the largest gateway on the network — rpc.grove.city — and maintains PATH, the open-source Go gateway any operator can run to expose Pocket Network as a single HTTP endpoint. Grove offers free no-API-key per-IP public endpoints per chain (eth.rpc.grove.city, solana.rpc.grove.city, etc.) plus paid portal applications with relay analytics and SLAs. Together they form the canonical decentralized alternative to Alchemy / Infura / QuickNode for serving JSON-RPC, REST, and WebSocket traffic to any public blockchain.
APIs
Pocket Network PATH Gateway API
PATH is the open-source Go gateway (github.com/buildwithgrove/path) that exposes Pocket Network Shannon as a single HTTP surface. It proxies JSON-RPC, REST, and WebSocket relays...
Pocket Network Shannon RPC API
The Shannon chain is a Cosmos SDK + CometBFT chain (github.com/pokt-network/poktroll) that supplanted Morse in June 2025. The REST surface exposes the standard Cosmos modules (b...
Pocket Network CometBFT RPC API
The CometBFT (Tendermint) JSON-RPC surface exposed by every Shannon full node on port 26657. Covers consensus-level queries (status, net_info, blocks, block_results, tx), mempoo...
Collections
Pocket Network CometBFT RPC API
POSTMANPocket Network PATH Gateway API
POSTMANPocket Network Shannon RPC API
POSTMANArazzo Workflows
Pocket Network CometBFT Node Block Inspect
Read node status for the latest height, fetch that block, then its ABCI results.
ARAZZOPocket Network PATH Relay Readiness
Confirm the PATH gateway is ready, then send an authenticated JSON-RPC relay through it.
ARAZZOPocket Network Shannon Application Balance
Look up a Shannon application, then read the on-chain balances of its address.
ARAZZOPocket Network Shannon Application Session
Resolve an application, confirm the target service exists, then fetch its active session.
ARAZZOPocket Network Shannon Block Explorer
Read the latest Shannon block height, then fetch that exact block by height.
ARAZZOPocket Network Shannon Service Economics
Read a service definition, the network tokenomics parameters, and total supply.
ARAZZOPocket Network Shannon Supplier and Gateway Survey
List suppliers, drill into the first supplier, then list gateways for network context.
ARAZZOPocket Network Shannon Transaction Lookup
Find the latest block, then look up a supplied transaction hash on Shannon.
ARAZZO