Skip to main content

Network Information

  • Network ID: hemi-mainnet
  • Chain ID: 43111
  • Portal Status: Not Available
  • Real-time Streaming: Not Available
  • State Diffs: Not Available
  • Traces: Not Available

Endpoints

V2 archives will be sunset soon. Migrate to Portal →

V2 Archive Endpoint

https://v2.archive.subsquid.io/network/hemi-mainnet
Legacy: Rate limited at 50 req/10s per IP. Will be sunset soon.

Usage

import { EvmBatchProcessor } from "@subsquid/evm-processor";

const processor = new EvmBatchProcessor()
  .setGateway("https://v2.archive.subsquid.io/network/hemi-mainnet")
  .setRpcEndpoint("<your_rpc_endpoint>")
  .setFinalityConfirmation(75)
  .setBlockRange({ from: 0 });

Quick Start

Get started indexing Hemi Mainnet data in minutes:

Schema Reference

View Schema

See complete field definitions for blocks, transactions, logs
Last modified on November 17, 2025