Tron Network API
The SQD Network provides high-performance access to Tron blockchain data through optimized gateways. This eliminates the need for running your own Tron node while providing faster sync times than direct RPC access.Gateway Endpoint
Mainnet
Full API Documentation
Complete reference for the Tron SQD Network API
How It Works
SQD Network distributes requests over a network of workers that specialize in serving specific block ranges:- Router: The main gateway URL points to a router that coordinates access
- Workers: Multiple workers handle the actual data retrieval for different block ranges
- Efficient sync: Parallel data retrieval from multiple workers for faster indexing
Basic Usage
main.ts
Benefits
Fast Sync
Retrieve historical data 10-100x faster than RPC
Cost Effective
No need to run your own archive node
Reliable
High availability with automatic failover
Optimized
Batch processing and parallel data retrieval
Supported Data
The Tron SQD Network API provides access to:- Transactions: All transaction data including smart contract calls
- Logs: Event logs from smart contracts
- Internal Transactions: Traces of internal contract-to-contract calls
- Blocks: Block headers and metadata
- Account State: Balance and state changes
For real-time data, the processor automatically falls back to RPC endpoints
after syncing historical data from SQD Network.

