Archive RPC
Historical Solana RPC with epoch-level coverage. Query any transaction, block, or address signature history from the archive, with all other methods proxied to a live validator.Endpoint
Rate Limits
| Limit | Value |
|---|---|
| Requests per second | 100 per IP |
| Burst | 100 |
Coverage
Epochs 809–943+, updated daily as new epochs are published on the old-faithful CDN (typically 1–2 epochs behind current). For the latest 1–2 epochs, requests are proxied to the live validator automatically.Supported Methods
Historical (served from archive)
| Method | Description |
|---|---|
getTransaction | Fetch any historical transaction by signature |
getBlock | Fetch full block data by slot number |
getSignaturesForAddress | Get transaction signatures for any account (GSFA-indexed) |
getSlot | Get the latest available slot |
getBlockTime | Get the timestamp for a given slot |
Proxied to live validator
All standard Solana JSON-RPC methods (getAccountInfo, getBalance, getHealth, etc.) are proxied to a live validator for recent/non-historical data.
Example Calls
Get a transaction:Notes
- Archive epochs update automatically as they become available on the old-faithful CDN
- For the latest 1–2 epochs, requests are automatically proxied to the live validator
- GSFA indexes are stored locally for fast
getSignaturesForAddresslookups - All responses follow the standard Solana JSON-RPC format