Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt

Use this file to discover all available pages before exploring further.

Starting today (2025-02-23) all open private network gateways are rate limited at 50 requests per 10 seconds per IP. Higher bandwidths will soon become available via the public network.

Network Information

  • Network ID: fuel-testnet
  • Gateway: Open Private Network

Endpoints

Gateway Endpoint

https://v2.archive.subsquid.io/network/fuel-testnet

Usage

import { FuelDataSource } from '@subsquid/fuel-stream'

const dataSource = new FuelDataSource()
  .setGateway("https://v2.archive.subsquid.io/network/fuel-testnet")
  .setFields({
    block: { height: true },
    transaction: { id: true },
    receipt: { receiptType: true, data: true }
  });

Quick Start

Get started indexing Fuel Testnet data:

Quick Start

Quick reference for building your indexer

API Reference

Complete API documentation

Network Overview

Learn about the Subsquid Network