A high-performance Solana RPC caching layer built on Cloudflare Workers and R2 storage.
Send standard Solana JSON-RPC requests to this endpoint via POST requests:
curl https://this-worker.workers.dev/ \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"getAccountInfo","params":["4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"]}'
getAccountInfo
- Get account informationgetBalance
- Get account balancegetBlock
- Get a confirmed or finalized blockgetBlockHeight
- Get current block heightgetSlot
- Get current slotgetTransaction
- Get transaction detailsgetSignaturesForAddress
- Get transaction signatures for an addressgetProgramAccounts
- Get all accounts owned by a programgetTokenAccountBalance
- Get token account balancegetTokenAccountsByOwner
- Get token accounts by owner addressgetEpochInfo
- Get current epoch informationgetLatestBlockhash
- Get latest blockhashgetFeeForMessage
- Get fee for a messagegetFees
- Get fee schedulegetMinimumBalanceForRentExemption
- Get minimum balance for rent exemptiongetMultipleAccounts
- Get multiple accountsgetInflationGovernor
- Get inflation governorgetInflationRate
- Get inflation rategetSupply
- Get supply infogetTokenSupply
- Get token supplygetVersion
- Get node versiongetVoteAccounts
- Get vote accountsisBlockhashValid
- Check if blockhash is validgetIdentity
- Get node identityCheck service status: /status
View cache performance metrics (requires authentication)
Clear expired cache entries (requires authentication)
Retrieve cached data by key (requires authentication)
List data from R2 bucket (requires authentication)
Powered by Cloudflare Workers & R2