All chains
S
Solana
Solana Layer 1
Solana is a high-performance Layer 1 blockchain known for sub-second finality and extremely low transaction costs, supporting DeFi, NFTs, and consumer applications.
Quick Facts
Networks 2
Runtime Solana
Real-time Yes
Data tables 0
Category Layer 1
Available Networks
Quick Start
1curl --compressed -X POST 'https://portal.sqd.dev/datasets/solana-mainnet/stream' \
2 -H 'Content-Type: application/json' \
3 -d '{
4 "type": "solana",
5 "fromBlock": 0,
6 "toBlock": 100,
7 "fields": {
8 "block": {"number":true,"timestamp":true},
9 "instruction": {"programId":true,"data":true}
10 },
11 "instructions": [{}]
12 }'
solana-mainnet/stream
Solana · blocks 0–100Start building with Solana
Access Solana data through the SQD Portal — free tier available.