> ## 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.

# Starknet Sepolia Overview

> Index Starknet Sepolia Overview data with SQD

<Info>
  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.
</Info>

## Network Information

* **Network ID**: `starknet-sepolia`
* **Gateway**: Open Private Network

## Endpoints

### Gateway Endpoint

```
https://v2.archive.subsquid.io/network/starknet-sepolia
```

### Usage

```typescript theme={"system"}
import { StarknetDataSource } from '@subsquid/starknet-stream'

const dataSource = new StarknetDataSource()
  .setGateway("https://v2.archive.subsquid.io/network/starknet-sepolia")
  .setBlockRange({ from: 0 });
```

## Quick Start

Get started indexing Starknet Sepolia data:

<Card title="Quick Start" icon="terminal" href="/en/sdk/squid-sdk/starknet-indexing/network-api/starknet-api">
  Quick reference for building your indexer
</Card>

## Related Resources

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/en/api/reference/starknet-api">
    Complete API documentation
  </Card>

  <Card title="Network Overview" icon="network-wired" href="/en/network/overview">
    Learn about the Subsquid Network
  </Card>
</CardGroup>
