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

DEX Analytics

Track DEX swaps, liquidity pool activity, and trading patterns. Use instructions to analyze complex DeFi interactions.

Token Transfer Tracking

Monitor SPL token transfers, mints, and burns. Track token movements across accounts and programs.

Program Instruction Monitoring

Track program instructions, monitor specific programs, and analyze instruction patterns. Essential for program analytics.

Transaction Monitoring

Track wallet activity, monitor specific addresses, and analyze transaction patterns. Essential for compliance and security.

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

Quickstart

Make your first Portal request in 5 minutes

API Reference

Complete API reference with all fields and filters

Examples

Practical examples for common use cases
Enterprise Custom DevelopmentFor enterprise clients requiring custom indexer development, please contact our team to discuss your specific requirements. Schedule a Consultation →