Skip to main content

getVersion RPC Method

Loading...

Updated on
Apr 30, 2025

getVersion RPC Method

Parameters

This method does not accept any parameters

Returns

result
Loading...
solana-core
Loading...
feature-set
Loading...
Request
1
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","id":1, "method":"getVersion"}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"feature-set": 1416569292,
6
"solana-core": "2.1.21"
7
}
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free