JSON-RPC methods
Solana RPC
At Chainup Cloud, we manage Solana RPC endpoints, handling hundreds of billions of requests each month. To simplify integration for developers, we've created documentation with examples of how to call RPC methods using cURL, JavaScript, Python. Chainup Cloud supports a wide range of Solana APIs, making development easier and more efficient.

You can review the official Solana RPC documentation HERE
Example RPC
curl https://api.chainup.net/solana/mainnet/<YOUR_API_KEY> \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc": "2.0","id": 1,"method": "getAccountInfo","params": ["7cVfgArCheMR6Cs4t6vz5rfnqd56vZq4ndaBrY5xkxXy",{"encoding": "base58"}]}'
Last updated
Was this helpful?