All chains
instructions transactions balances token_balances rewards logs
S
Soon Devnet
Solana Layer 2
SOON is a Solana Virtual Machine rollup stack enabling SVM execution on multiple Layer 1s including Ethereum and BNB Chain.
Quick Facts
Networks 5
Runtime Solana
Real-time No
Data tables 6
Category Layer 2
Networks
soon-mainnet
Solana mainnet 6 tables
svm-bnb-mainnet
Solana mainnet 6 tables
soon-testnet
Solana testnet 6 tables
svm-bnb-testnet
Solana testnet 6 tables
soon-devnet
Solana devnet 6 tables
Available Data
Instructions data for Soon Devnet.
All on-chain transactions with sender, receiver, value, gas, and input data.
Balances data for Soon Devnet.
Token_balances data for Soon Devnet.
Rewards data for Soon Devnet.
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/soon-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 }'
soon-mainnet/stream
Solana · blocks 0–100Start building with Soon Devnet
Access Soon Devnet data through the SQD Portal — free tier available.