Interact with the Solana blockchain via JSON RPC endpoints.
The Solana JSON RPC is an interface exposing multiple endpoints for direct interaction with the Solana blockchain.
It is used by developers and applications that require programmatic access to blockchain data and functions.
Query account balances with getBalance, fetch recent transactions, and submit signed transfers using sendTransaction for a mobile or web wallet.
Poll token account data and program accounts to track liquidity pool shares or lending positions in real time for portfolio dashboards.
Fetch block details, transaction metadata, and slot information to display network activity and search transaction history.
A set of HTTPS endpoints that let developers query accounts, submit transactions, and read blockchain state using standard JSON-RPC calls.
Verified reviews from the community shape this listing's rating.
Loading reviews…