⚠️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 – Mythos JSON-RPC Method

Returns the software version string of the connected Mythos node. Combine with state_getRuntimeVersion to log both client and runtime versions during upgrades.

Parameters

None.

Returns

FieldTypeDescription
resultstringNode implementation and version string.

Request Example

{
"jsonrpc": "2.0",
"method": "system_version",
"params": [],
"id": 1
}