Skip to main content

General Questions

Soldexer is a high-throughput data service for accessing Solana’s historical and real-time data. It processes 10MB+ per request with ~2-3 second latency, making it significantly faster than running your own node.
Soldexer uses a decentralized network of 2,900+ worker nodes (SQD Network) to index and process Solana data. You make API calls to request specific data, and Soldexer returns it filtered and transformed according to your needs.
SQD Network by SQD provides the decentralized infrastructure that powers Soldexer. The network’s 2,900+ worker nodes ensure reliable data processing and transparent architecture.
Soldexer stays free while in Open Beta. Learn more about pricing here: soldexer.dev/#pricing.
Here’s how Soldexer compares to other solutions:
Join our Telegram community for direct support and discussions.

Technical Questions

Examples all use the stable and limited solana-mainnet dataset. Access the new dataset by replacing endpoint URLs with
Check our API reference section for endpoint documentation, request/response formats, and example calls. Each endpoint includes usage examples and parameter descriptions.
Soldexer provides a REST API that works with any programming language or framework that can make HTTP requests. See our API section to learn more.
Use our granular filtering system to target specific accounts, instructions, programs, or transaction types. You can combine multiple filters in a single request for precise data retrieval.
The public endpoint will serve up to 100 requests in any 10 second window to each unique IP.
Yes. Soldexer’s REST API and standardized data formats make it easy to integrate with existing ETL pipelines, databases, or analytics tools. Pipes are especially well-suited for being added to existing infrastructure. It’s also not too difficult to build a custom client specifically for your system, see e.g. this example by Cherry library.