Monitor new program deployments on Solana to track program launches, analyze deployment trends, or build program discovery tools.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
Program deployment tracking enables you:- Track new program launches
- Monitor program upgrade activity
- Analyze deployment trends
- Build program discovery dashboards
Code Example
Try it yourself with the interactive query interface below:
Key Parameters
| Parameter | Description |
|---|---|
programId | BPF Upgradeable Loader program ID for deployments |
accounts | Instruction accounts (first account is typically the program) |
transactionIndex | Transaction index (use to match with transactions array) |
Program deployments on Solana use the BPF Upgradeable Loader program. Different instruction types within this program indicate deployments, upgrades, or closures.
Expected Output
Filter by Deployer
Track deployments from specific addresses:Performance Tips
- Filter by deployer: Query deployments from specific addresses
- Use slot ranges: Process data in manageable batches
- Request minimal fields: Only request fields you need
- Combine filters: Use both program and transaction filters for precision
Related Examples
Query Instructions
Track program instructions
Query Transactions
Monitor wallet activity
DEX Swaps
Track DEX trading activity
API Reference
View complete API docs
