Home

Get system properties

POST
https://moonbeam.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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.0required

JSON-RPC version identifier

methodstringsystem_propertiesrequired

The method to be invoked

idinteger | stringrequired

Request identifier for matching responses

paramsArray<any>required

Empty parameters array for this method

Response

200OK

System properties retrieved successfully

500Internal Server Error

Internal server error