⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

system_version - JSON-RPC Method

Description

Returns the node's software version string (for example, "Subtensor Node vX.Y.Z").

When to use it:

  • Display node/client information in dashboards or status pages.
  • Verify environment and compatibility when debugging support issues.
  • Detect heterogeneous client versions across a fleet of nodes.

Code Examples

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"system_version","params":[],"id":1}'