All chains
S

Subspace Gemini 3h

Substrate Substrate

Subspace Gemini 3h is a Substrate-based blockchain network indexed by the SQD Network. Access real-time and historical data including blocks, transactions, and event logs through the SQD Portal API.

Quick Facts
Networks 1
Runtime Substrate
Real-time No
Data tables 0
Category Substrate

Networks

gemini-3h
Substrate mainnet 0 tables

How to index Subspace Gemini 3h blockchain data

Stream Subspace Gemini 3h transactions and blocks from the SQD Portal in two lines of code. The example below uses the public endpoint, no API key required for development.

1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/gemini-3h/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "substrate",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "event": {"name":true,"args":true}
11 },
12 "events": [{}]
13 }'
gemini-3h/stream
Substrate · blocks 0100

Build with Subspace Gemini 3h data

Common production patterns teams ship with SQD on Subspace Gemini 3h.

Frequently asked questions

How do I index Subspace Gemini 3h blockchain data?
Use the SQD Portal API at portal.sqd.dev/datasets/gemini-3h or the open-source Squid SDK. Both stream Subspace Gemini 3h blocks, transactions, and onchain events from historical archives. The free tier supports development; paid Portal deployments cover production workloads with SLA-backed latency.
Is the Subspace Gemini 3h API free?
Yes. SQD provides a free public Portal endpoint for Subspace Gemini 3h with no API key required. For higher rate limits, dedicated infrastructure, and SLA-backed uptime, see the SQD Pricing page.
What Subspace Gemini 3h data tables does SQD provide?
SQD indexes the standard set of Subspace Gemini 3h data including blocks, transactions, and onchain events. All data is decoded and validated at ingestion.
Does SQD support real-time Subspace Gemini 3h data?
Subspace Gemini 3h historical and recent data is available through SQD's archival layer. Real-time streaming for Subspace Gemini 3h is on the roadmap, request priority via the SQD contact form.
What's the difference between SQD and an RPC node for Subspace Gemini 3h?
An RPC node serves raw, unvalidated Subspace Gemini 3h data limited to recent state. SQD's Portal indexes the full Subspace Gemini 3h history, decodes it into queryable tables, validates every block at ingestion, and serves it through a typed SDK, no node operations required.
Can I self-host Subspace Gemini 3h indexing with SQD?
Yes, the Squid SDK is open-source under the GPLv3 license. You can run your own indexer against the SQD Network or the Portal, or deploy on SQD Cloud for fully managed hosting.

Other substrate chains on SQD

Start building with Subspace Gemini 3h

Access Subspace Gemini 3h data through the SQD Portal, free tier available.