Public API Portal — Available Networks

The public API portal at api.pocket.network provides free, keyless access to 60+ blockchain networks. No account, no API key, no rate-limit tiers to manage.

Rate limits:

  • 2,000 requests per IP per minute
  • 10,000 requests per second total per endpoint

Using an Endpoint

Every network is accessible at https://{chain-slug}.api.pocket.network:

bash
# Ethereum mainnet
curl -X POST https://eth.api.pocket.network \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

The slug is the service ID — see the table below for the full list.

Available Networks

bash
# Example: Arbitrum
curl -X POST https://arb-one.api.pocket.network \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

EVM Networks

Chain Slug Endpoint URL
Arbitrum arb-one https://arb-one.api.pocket.network
Avalanche (C-Chain) avax https://avax.api.pocket.network
Base base https://base.api.pocket.network
Berachain bera https://bera.api.pocket.network
Blast blast https://blast.api.pocket.network
BNB bsc https://bsc.api.pocket.network
Boba boba https://boba.api.pocket.network
Celo celo https://celo.api.pocket.network
Ethereum eth https://eth.api.pocket.network
Fantom fantom https://fantom.api.pocket.network
Fraxtal fraxtal https://fraxtal.api.pocket.network
Fuse fuse https://fuse.api.pocket.network
Gnosis gnosis https://gnosis.api.pocket.network
Harmony harmony https://harmony.api.pocket.network
Hyperliquid hyperliquid https://hyperliquid.api.pocket.network
Ink ink https://ink.api.pocket.network
IoTeX iotex https://iotex.api.pocket.network
Kaia kaia https://kaia.api.pocket.network
Kava kava https://kava.api.pocket.network
Linea linea https://linea.api.pocket.network
Mantle mantle https://mantle.api.pocket.network
Metis metis https://metis.api.pocket.network
Moonbeam moonbeam https://moonbeam.api.pocket.network
Moonriver moonriver https://moonriver.api.pocket.network
Oasys oasys https://oasys.api.pocket.network
opBNB opbnb https://opbnb.api.pocket.network
Optimism op https://op.api.pocket.network
Polygon poly https://poly.api.pocket.network
Polygon zkEVM poly-zkevm https://poly-zkevm.api.pocket.network
Scroll scroll https://scroll.api.pocket.network
Sei sei https://sei.api.pocket.network
Sonic sonic https://sonic.api.pocket.network
Taiko taiko https://taiko.api.pocket.network
Unichain unichain https://unichain.api.pocket.network
XRPL EVM xrplevm https://xrplevm.api.pocket.network
zkLink zklink-nova https://zklink-nova.api.pocket.network
zkSync zksync-era https://zksync-era.api.pocket.network

Cosmos Networks

Chain Slug Endpoint URL
Akash akash https://akash.api.pocket.network
AtomOne atomone https://atomone.api.pocket.network
Cheqd cheqd https://cheqd.api.pocket.network
Chihuahua chihuahua https://chihuahua.api.pocket.network
Fetch fetch https://fetch.api.pocket.network
Jackal jackal https://jackal.api.pocket.network
Juno juno https://juno.api.pocket.network
Osmosis osmosis https://osmosis.api.pocket.network
Persistence persistence https://persistence.api.pocket.network
Pocket pocket https://pocket.api.pocket.network
Seda seda https://seda.api.pocket.network
Shentu shentu https://shentu.api.pocket.network
Stargaze stargaze https://stargaze.api.pocket.network

Solana

Chain Slug Endpoint URL
Solana solana https://solana.api.pocket.network

NEAR Protocol

Chain Slug Endpoint URL
Near near https://near.api.pocket.network

Sui

Chain Slug Endpoint URL
Sui sui https://sui.api.pocket.network

Radix

Chain Slug Endpoint URL
Radix radix https://radix.api.pocket.network

Tron

Chain Slug Endpoint URL
Tron tron https://tron.api.pocket.network

Testnets

EVM Networks — Testnets

Chain Slug Endpoint URL
Arbitrum Sepolia arb-sepolia-testnet https://arb-sepolia-testnet.api.pocket.network
Base Sepolia base-sepolia-testnet https://base-sepolia-testnet.api.pocket.network
Ethereum Sepolia eth-sepolia-testnet https://eth-sepolia-testnet.api.pocket.network
GIWA Sepolia giwa-sepolia-testnet https://giwa-sepolia-testnet.api.pocket.network
Optimism Sepolia op-sepolia-testnet https://op-sepolia-testnet.api.pocket.network
Polygon Amoy poly-amoy-testnet https://poly-amoy-testnet.api.pocket.network
XRPL EVM Testnet xrplevm-testnet https://xrplevm-testnet.api.pocket.network

Data sourced from pokt-network/public-rpc at build time (Apr 10, 2026).

Beyond Blockchain — 100+ On-Chain Services

The table above covers what’s on the public API portal. The Pocket Network protocol itself supports far more. Over 100 services are registered on-chain — visible at poktscan.com/services — including non-blockchain services like LLM inference endpoints, TOR relay nodes, and messaging services.

Under Shannon, anyone can register a new service permissionlessly. There is no whitelist or approval process. If you want to register a service on Pocket Network, see the Service Management docs for the registration process.

Checking Status

Adding a New Chain to the Portal

If you’re a chain foundation wanting public portal coverage, see the F-Chains program or contact directors@pokt.foundation.