How to get started building on Solana
You'll need to create a free All That Node account first!
What is Solana?
An industry leader in terms of speed and ecosystem growth, Solana boasts over 400 projects including NFT marketplaces, decentralized apps, and more.
For more information on the Solana, please check out the official documentation.
Endpoints
Supported Clients
NOTE: All That Node supports Geth, and Erigon client.
*Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > Project Detail Page).
Sample
Request
curl https://solana-mainnet-rpc.allthatnode.com/'YOUR-API-KEY' \
--request POST \
--header "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1, "method":"getBlockHeight"}'
Response
{
"jsonrpc": "2.0",
"result": 127475622,
"id": 1
}