Good news: Data egress is completely free. No charges for outbound traffic
or API responses.
Pay-as-you-go Pricing
Your total monthly cost is the sum of:- Compute costs: Hourly rates for API, processor, and database services
- Storage costs: Monthly rate per GB of database storage
- RPC costs: Only if you exceed the 2M free monthly requests
API and Processor Compute
Both API and processor services use the same pricing structure. They are configured and billed independently.Pricing Until March 31, 2026
| Profile | Price per Hour | Monthly Cost (24/7) | Best For |
|---|---|---|---|
| small | $0.04 | ~$29 | Development, low-traffic APIs, simple data processing |
| medium | $0.08 | ~$58 | Production APIs with moderate traffic, standard indexing workloads |
| large | $0.15 | ~$108 | High-traffic APIs, complex data transformations |
| xlarge | $0.30 | ~$216 | Very high traffic, intensive processing requirements |
| 2xlarge | $0.60 | ~$432 | Enterprise-scale applications, maximum performance needs |
Pricing From April 1, 2026
| Profile | Price per Hour | Monthly Cost (24/7) | Best For |
|---|---|---|---|
| small | $0.048 | ~$35 | Development, low-traffic APIs, simple data processing |
| medium | $0.096 | ~$70 | Production APIs with moderate traffic, standard indexing workloads |
| large | $0.18 | ~$130 | High-traffic APIs, complex data transformations |
| xlarge | $0.36 | ~$259 | Very high traffic, intensive processing requirements |
| 2xlarge | $0.72 | ~$518 | Enterprise-scale applications, maximum performance needs |
API Replicas: If you run multiple API replicas, each replica is billed
separately. For example, 2 replicas of medium API =
2 × $0.08 = $0.16/hr.Database Compute
Dedicated Postgres database instances with guaranteed resources.Pricing Until March 31, 2026
| Profile | Price per Hour | Monthly Cost (24/7) | vCPU | RAM | Best For |
|---|---|---|---|---|---|
| small | $0.08 | ~$58 | 1 | 2GB | Small datasets, development |
| medium | $0.16 | ~$115 | 2 | 4GB | Medium datasets, moderate query load |
| large | $0.33 | ~$238 | 4 | 8GB | Large datasets, high query throughput |
| xlarge | $0.66 | ~$475 | 8 | 16GB | Very large datasets, complex queries |
| 2xlarge | $1.32 | ~$950 | 16 | 32GB | Enterprise-scale data, maximum performance |
Pricing From April 1, 2026
| Profile | Price per Hour | Monthly Cost (24/7) | vCPU | RAM | Best For |
|---|---|---|---|---|---|
| small | $0.096 | ~$69 | 1 | 2GB | Small datasets, development |
| medium | $0.192 | ~$138 | 2 | 4GB | Medium datasets, moderate query load |
| large | $0.396 | ~$286 | 4 | 8GB | Large datasets, high query throughput |
| xlarge | $0.792 | ~$570 | 8 | 16GB | Very large datasets, complex queries |
| 2xlarge | $1.584 | ~$1,140 | 16 | 32GB | Enterprise-scale data, maximum performance |
Database costs include both compute (above) and storage (billed separately at
$0.50/GB/month until March 31, 2026, then $0.60/GB/month from April 1, 2026). See the database scaling
reference for detailed specifications.Database Storage
Storage is billed monthly based on actual usage. Price Until March 31, 2026:$0.50 per GB per month
Price From April 1, 2026: $0.60 per GB per month
Applies to both dedicated and collocated squids.
Collocated Squids (Development)
Collocated squids bundle API, processor, and database into a single shared-resource deployment. Compute Until March 31, 2026:$0.02/hr (~$15/month)
Compute From April 1, 2026: $0.024/hr (~$17/month)
Storage: $0.50/GB/month until March 31, $0.60/GB/month from April 1 (same as dedicated)
RPC Requests
Professional organizations include 2 million RPC requests per month at no additional cost. Overage Pricing Until March 31, 2026:$2.00 per million requests
Overage Pricing From April 1, 2026: $5.00 per million requests
See RPC addon documentation for configuration details.
Hibernated Squids
Hibernated squids are paused and only incur storage costs. No compute charges apply. Cost Until March 31, 2026: Storage only ($0.50/GB/month)
Cost From April 1, 2026: Storage only ($0.60/GB/month)
Hibernation is perfect for squids you want to keep available but don’t need
running continuously.
Multi-Processor Squids
Each processor in a multi-processor squid is billed independently based on its configured profile. Example (Until March 31, 2026): 2 small processors + 1 medium processor =2 × $0.04 + $0.08 = $0.16/hr
Example (From April 1, 2026): 2 small processors + 1 medium processor = 2 × $0.048 + $0.096 = $0.192/hr
Service Level Agreement (SLA)
Our SLA applies to dedicated squids deployed to Professional organizations. We align with the SLAs of the Google Cloud Platform and provide bill reductions based on uptime:| Uptime Percentage | Bill Reduction |
|---|---|
| 95.00% - < 99.50% | 10% |
| 90.00% - < 95.00% | 25% |
| < 90.00% | 100% |
Enterprise customers can negotiate custom SLA terms. Contact
us to discuss your
requirements.
Real-World Cost Examples
Use these examples to understand how different deployment configurations translate to monthly costs. All examples assume 24/7 operation (720 hours per month).Note: Examples below use pricing effective April 1, 2026. For current pricing (until March 31, 2026), refer to the pricing tables above.
Small Dedicated Squid
Use case: Personal project or small application with moderate data requirements and low traffic.Configuration:
- 1× API service (small)
- 1× Processor (small)
- 1× Database (small)
- 50GB storage
| Component | Rate | Monthly Cost |
|---|---|---|
| API (small) | $0.048/hr | $34.56 |
| Processor (small) | $0.048/hr | $34.56 |
| Database (small) | $0.096/hr | $69.12 |
| Storage (50GB) | $0.60/GB | $30.00 |
| Total | — | $168.24 |
Perfect for side projects, MVPs, and applications with predictable
low-to-moderate traffic.
Development Squid
Use case: Testing, development, or staging environment where performance guarantees aren’t critical.Configuration:
- Collocated (API + Processor + DB)
- 50GB storage
| Component | Rate | Monthly Cost |
|---|---|---|
| Collocated compute | $0.024/hr | $17.28 |
| Storage (50GB) | $0.60/GB | $30.00 |
| Total | — | $47.28 |
Most cost-effective option for non-production environments and
experimentation.
Production Squid
Use case: Production application with high traffic, requiring load balancing and robust data processing.Configuration:
- 2× API service (medium) - for redundancy
- 1× Processor (small)
- 1× Database (large)
- 500GB storage
| Component | Rate | Monthly Cost |
|---|---|---|
| 2× API (medium) | $0.192/hr | $138.24 |
| Processor (small) | $0.048/hr | $34.56 |
| Database (large) | $0.396/hr | $285.12 |
| Storage (500GB) | $0.60/GB | $300.00 |
| Total | — | $757.92 |
Ideal for production applications with significant traffic and data processing
needs.
Data Export Pipeline
Use case: Processor-only squid that indexes blockchain data and exports to external storage (S3, BigQuery, etc.). No API or database needed.Configuration:
- 1× Processor (small)
- No database or API
- Minimal storage
| Component | Rate | Monthly Cost |
|---|---|---|
| Processor (small) | $0.048/hr | $34.56 |
| Total | — | $34.56 |
Most economical option for data pipelines that don’t need to serve queries.

