API Reference
All endpoints and methods at a glance. Click a row to jump to the full reference page.
Endpoints
| Service | Protocol | URL |
|---|---|---|
| Solana RPC | HTTPS | https://rpc.openinfra.sh |
| Solana RPC | WSS | wss://rpc.openinfra.sh |
| Yellowstone gRPC | gRPC/TLS | grpc.openinfra.sh:10000 |
| ShredStream | UDP + gRPC | shred.openinfra.sh:1234 |
Methods
| Method | Description | Ref |
|---|---|---|
| getSlot | Current confirmed slot number | RPC → |
| getBalance | Lamport balance for an address | RPC → |
| getAccountInfo | Full account data | RPC → |
| getMultipleAccounts | Batch account info | RPC → |
| getTransaction | Transaction by signature | RPC → |
| sendTransaction | Submit signed transaction | RPC → |
| simulateTransaction | Dry-run transaction | RPC → |
| getLatestBlockhash | Latest blockhash | RPC → |
| getSignatureStatuses | Confirmation status | RPC → |
| getProgramAccounts | Accounts owned by program | RPC → |
| accountSubscribe (WS) | Push on account change | WS → |
| programSubscribe (WS) | Push on any program account | WS → |
| logsSubscribe (WS) | Tx log messages stream | WS → |
| Subscribe (gRPC) | Yellowstone bidirectional stream | gRPC → |