Skip to main content

system_properties RPC Method

Get a custom set of properties as a JSON object, defined in the chain spec.

Updated on
Oct 4, 2023

system_properties RPC Method

Parameters

This method does not accept any parameters

Returns

ss58Format
integer
The address format used for Substrate addresses in the Polkadot network
tokenDecimals
integer
The number of decimal places used for the native token in the blockchain
tokenSymbol
string
The symbol of the native token used in the blockchain
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"system_properties","params":[],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free