JSON-RPC (HTTP)
Standard Solana JSON-RPC over HTTP.
Endpoint
Region: Frankfurt (FRA). Access restricted by IP allowlist — see Access & Authentication.
Port note: make sure your client targets port 8899, not the default 443.
Examples
cURL
JavaScript (web3.js)
Supported Methods
The full Solana JSON-RPC API is supported. Some heavy methods like getProgramAccounts can be slow on shared tiers — if you rely on them heavily, consider a higher tier or a dedicated node.
For transaction submission specifics, see Transaction Submission.