Skip to main content
Portal provides direct access to raw Solana blockchain data. Query slots, transactions, instructions, logs, token balances, and rewards with performance that scales beyond traditional RPC limitations.
Looking for the main Portal overview? See Portal Overview for concepts, deployment options, and comparisons.

Solana-Specific Features

Portal supports the full range of Solana data types:

Instructions

Query program instructions with account and discriminator filtering. Track DEX swaps, token transfers, and custom program interactions.

Token Balances

Track SPL token balance changes. Monitor token transfers, mints, and burns across accounts.

Transactions

Access transaction details including signatures, fee payers, and execution status. Filter by signature or fee payer address.

SOL Balances

Track native SOL balance changes across accounts. Monitor transfers, staking rewards, and fee payments.

Quick Start

Get started with Portal in 5 minutes:
curl --compressed -X POST 'https://portal.sqd.dev/datasets/solana-mainnet/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "solana",
    "fromBlock": 259984950,
    "toBlock": 259985000,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "instruction": { "programId": true, "accounts": true, "data": true }
    }
  }'

Common Use Cases

Access Methods

Choose how you want to access Portal:
Best for: Development and testing
  • Free access with rate limits (20 requests per 10 seconds)
  • No setup required
  • Access to all supported networks
Endpoint: https://portal.sqd.dev
Best for: Production applications - Higher rate limits - Integrated with SQD Cloud deployment - Pay-as-you-go pricing - Production-ready infrastructure

Learn More

Explore Cloud Portal
Best for: Maximum sovereignty
  • No rate limits
  • Full control over infrastructure
  • Run next to your own node
  • Open-source implementation

Self-Hosting Guide

Set up your Portal instance

Next Steps

Enterprise Custom DevelopmentFor enterprise clients requiring custom indexer development, please contact our team to discuss your specific requirements. Schedule a Consultation →
Last modified on December 8, 2025