Kusama System RPC API
v1.0.0https://ksm-assethub.nownodes.ioKusama RPCAPI for retrieving system-level information from Kusama via JSON-RPC.
Authentication
api-keyAuthapiKeyAPI Key: API_key in header
ASSETHUB
system
Retrieve the name of the chain
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns the network name (e.g., Kusama, Polkadot) the node is connected to.
Body
JSON-RPC request to get chain name
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredShould be empty for this method
Response
Chain name
Malformed address or application ID
Invalid API key
Internal server error
Retrieve custom properties from chain spec
Authorizations
ApiKeyAuthApiKeyAuthAPI_key string
NOWNodes API key passed in the api-key header.
Returns chain-specific properties such as token symbol, decimals, and address format.
Body
JSON-RPC request to get system properties
jsonrpcstringrequiredJSON-RPC version
idstringrequiredRequest identifier
methodstringrequiredMethod name
paramsArray<any>requiredShould be empty for this method
Response
System properties of the chain
Malformed address or application ID
Invalid API key
Internal server error