Stargaze Network API Integration

Overview

Stargaze 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 Stargaze Network
Native Token STARS
Cosmos Chain ID stargaze-1
Pocket Service ID stargaze
Block Explorer Stargaze Explorer

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('stars1...');
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 →