Pocket Network API Integration

Overview

Pocket Network is supported by Pocket Network's enterprise-grade infrastructure with guaranteed uptime, global edge network, and developer-first tooling.

Network Information

Property Value
Network Name Pocket Network
Native Token POKT
Cosmos Chain ID pocket
Pocket Service ID pocket
Block Explorer POKTScan

Supported APIs

API Documentation
CometBFT API view spec
Cosmos SDK API view spec

Integration Examples

Quick Setup with Cosmos SDK

// Using @cosmjs/stargate
import { StargateClient } from '@cosmjs/stargate';

const client = await StargateClient.connect('YOUR_ENDPOINT');

// Get latest block height
const height = await client.getHeight();
console.log('Latest block height:', height);

// Get account info
const account = await client.getAccount('pocket1...');
console.log('Account info:', account);

Developer Resources

📚 Essential Links

🛠️ Tools & SDKs

💬 Community & Support

Public Endpoint

Free public RPC endpoint available with fair use limits. No API key required.

View Public Endpoint →