SQD Network
SQD Network API currently provides:- raw event logs
- transaction data (with receipts)
- execution traces (for selected networks)
- state diffs (for selected networks)
- Production-ready private cluster running on SQD infrastructure (formerly known as Subsquid Archives). Access to the cluster is free and public.
- A decentralized permissionless network, currently a testnet.
Example use cases for the SQD Network direct API
Example use cases for the SQD Network direct API
- boost the performance of existing pipelines by replacing per-block RPC requests with batch-requests to SQD Network
- non-Typescript indexers, mobile SDKs
- high-performance data pipelines for raw historical data
- a high-performance data source for tools like ApeWorkX, Cryo
-
ad-hoc queries over historical on-chain data, such as
- “all transactions from a given address in a range of blocks”
- “all events with a given topic in a range of blocks”
Squid SDK
Squid SDK is a powerful Typescript toolkit for building indexers on top of SQD Network, featuring- High-level libraries for extracting and filtering the SQD Network data in what can be though of as Extract-Transform-Load (ETL) pipelines
- Ergonomic tools for decoding and normalizing raw data and efficiently accessing network state
- Pluggable data sinks to save data into Postgres, files (local or s3) or BigQuery
- An expressive GraphQL server with a schema-based config
- Seamless handling of unfinalized blocks and chain reorganizations for real-time data ingestion
- rapid data extraction and decoding for local analytics
- custom APIs based on data from sets of smart contracts, and
- low-cost, highly performant in-house data pipelines
SQD Cloud
A Platform-as-a-Service for deploying Squid SDK indexers, featuring- provisioning of Postgres and other compute resources for indexers
- zero downtime migrations between indexer versions
- provisioning of high-performance RPC endpoints for real-time applications
- intuitive deployment management through a Web application or CLI
- Google Cloud-level SLA
What’s next?
- SDK
- SQD Network
- SQD Cloud
- Other
- Learn about squid components, combining them or follow the end-to-end development guide
- Explore tutorials or examples
- Learn how to migrate from The Graph
- Explore the GraphQL server options
- See the list of supported networks
- Learn how to use APIs of the open private network
- Check out the public network FAQ
- Learn how to deploy your squid
- Learn about organizations and how they are billed
- Use your free playground to develop a prototype of your indexer
- View our pricing schedule
- Run subgraphs using SQD Network data
- Learn about third party tools for using with SDK or for building standalone indexers

