Get system properties
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns custom properties of the chain.
The system_properties method retrieves a collection of chain-specific properties that define the network's configuration and characteristics. These properties are essential for applications to properly interact with the chain.
This method is essential for:
- Chain configuration discovery
- Token decimal and SS58 format configuration
- Network-specific feature detection
- Wallet and application setup
Body
application/json
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringsystem_propertiesrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<any>requiredEmpty parameters array for this method
Response
200OK
System properties retrieved successfully
500Internal Server Error
Internal server error