Chain RPC

Solana Node RPC

Connect to the Solana RPC API for seamless integration with the SOL blockchain. Retrieve transaction details, query balances, send operations, and explore block data with unparalleled speed and reliability.

Mainnet Endpoint Link

JSON-RPC
https://api.chain-rpc.online/solana

Example

curl https://api.chain-rpc.online/solana \
  -X POST -H "Content-Type: application/json" \
  -H "x-api-key: test" \
  -d '{ "jsonrpc": "2.0", "id": 1,
    "method": "getBalance",
    "params": ["83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri", { "commitment": "finalized" }]
}'

References
Solana JSON-RPC Documentation


© 2025 ChainRPC - All rights reserved