system_properties – Mythos JSON-RPC Method
Returns network-specific properties such as token symbol, decimals, and SS58 address prefix. Wallets and explorers use this call to format balances and addresses correctly.
Parameters
None.
Returns
An object containing properties like tokenSymbol
, tokenDecimals
, and ss58Format
.
Request Example
{
"jsonrpc": "2.0",
"method": "system_properties",
"params": [],
"id": 1
}