Skip to main content

Solana Mainnet

Solana Mainnet JSON-RPC methods.

Endpoint

https://rpc-s.crouton.digital

Public, no API key, JSON-RPC 2.0 over HTTPS. Batch requests are supported.

curl --request POST \
--url https://rpc-s.crouton.digital \
--header 'content-type: application/json' \
--data '{"jsonrpc":"2.0","id":1,"method":"getHealth"}'

The Try it console on this page calls exactly this endpoint from your browser, so every snippet it generates is the request that just ran.

This endpoint restricts CORS to https://docs.crouton.digital, so browser calls from another origin are blocked; server-side clients are unaffected.

Loading OpenRPC specification…