Skip to main content

getVersion RPC Method

Returns the current solana version running on the node.

Updated on
Dec 7, 2023

getVersion RPC Method

Parameters

This method does not accept any parameters

Returns

result
A JSON object with the following fields:
solana-core
The software version of solana-core
feature-set
The unique identifier of the current software's feature set
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"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free