All chains
E

Eclipse Mainnet

Solana Layer 2

Eclipse is an Ethereum Layer 2 powered by the Solana Virtual Machine, combining Ethereum settlement with SVM execution.

Quick Facts
Networks 2
Runtime Solana
Real-time No
Data tables 6
Category Layer 2

Networks

eclipse-mainnet
Solana mainnet 6 tables
eclipse-testnet
Solana testnet 6 tables

Available Data

instructions

Instructions data for Eclipse Mainnet.

transactions

All on-chain transactions with sender, receiver, value, gas, and input data.

balances

Balances data for Eclipse Mainnet.

token_balances

Token_balances data for Eclipse Mainnet.

rewards

Rewards data for Eclipse Mainnet.

logs

Event logs emitted by smart contracts — the primary source for tracking DeFi, NFT, and token activity.

Quick Start

1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/eclipse-mainnet/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "solana",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "instruction": {"programId":true,"data":true}
11 },
12 "instructions": [{}]
13 }'
eclipse-mainnet/stream
Solana · blocks 0100

Start building with Eclipse Mainnet

Access Eclipse Mainnet data through the SQD Portal — free tier available.