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
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)
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