Pocket Network API

Decentralized RPC infrastructure for Web3

What is Pocket Network?

Pocket Network is a decentralized RPC infrastructure that provides multi-chain connectivity. It creates a marketplace where node runners provide RPC services and dApps pay with POKT tokens.

Key Features

  • Decentralized - No single point of failure
  • Multi-Chain - 40+ supported blockchains
  • Cost-Effective - Pay per request with POKT
  • Scalable - Unlimited horizontal scaling
  • Incentivized - Node operators earn POKT

Supported Chains

  • Ethereum, Polygon, BSC, Avalanche, Arbitrum
  • Solana, Aptos, Sui, Near, Cosmos
  • Harmony, Fantom, Celo, Gnosis
  • And 25+ more networks

Integration

// Use Pocket RPC like any standard RPC endpoint
const web3 = new Web3(
  'https://eth-mainnet.gateway.pokt.network/v1/lb/YOUR_APP_ID'
);

// Or use Pocket SDK
import { Pocket } from '@pokt-foundation/pocket-js';

const pocket = new Pocket(['https://eth-mainnet...']);
const rpc = pocket.rpc();

Pricing Model

  • Free Tier - 250K requests/day
  • Paid - POKT token payments
  • Staking - Stake POKT for dedicated capacity

Try Pocket Network

Get decentralized, cost-effective RPC infrastructure.

Pocket →