All chains
instructions transactions balances token_balances rewards logs
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 data for Eclipse Mainnet.
All on-chain transactions with sender, receiver, value, gas, and input data.
Balances data for Eclipse Mainnet.
Token_balances data for Eclipse Mainnet.
Rewards data for Eclipse Mainnet.
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 0–100Start building with Eclipse Mainnet
Access Eclipse Mainnet data through the SQD Portal — free tier available.