Skip to main content

state_getRuntimeVersion - JSON-RPC Method

Returns the runtime spec name and version, and transaction version. Useful for compatibility checks.

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":"state_getRuntimeVersion","params":[],"id":1}'