OpenInfra.sh is now live - Solana infrastructure, included with every server. LEARN MORE HERE >

OpenInfra.shopeninfra.sh

API Reference

All endpoints and methods at a glance. Click a row to jump to the full reference page.

Endpoints

ServiceProtocolURL
Solana RPCHTTPShttps://rpc.openinfra.sh
Solana RPCWSSwss://rpc.openinfra.sh
Yellowstone gRPCgRPC/TLSgrpc.openinfra.sh:10000
ShredStreamUDP + gRPCshred.openinfra.sh:1234

Methods

MethodDescriptionRef
getSlotCurrent confirmed slot numberRPC →
getBalanceLamport balance for an addressRPC →
getAccountInfoFull account dataRPC →
getMultipleAccountsBatch account infoRPC →
getTransactionTransaction by signatureRPC →
sendTransactionSubmit signed transactionRPC →
simulateTransactionDry-run transactionRPC →
getLatestBlockhashLatest blockhashRPC →
getSignatureStatusesConfirmation statusRPC →
getProgramAccountsAccounts owned by programRPC →
accountSubscribe (WS)Push on account changeWS →
programSubscribe (WS)Push on any program accountWS →
logsSubscribe (WS)Tx log messages streamWS →
Subscribe (gRPC)Yellowstone bidirectional streamgRPC →

Reference sections