Jackal Protocol API Integration
Overview
Jackal Protocol 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 | Jackal Protocol |
| Native Token | JKL |
| Cosmos Chain ID | jackal-1 |
| Pocket Service ID | jackal |
| Block Explorer | Jackal 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('jkl1...');
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.