Get micro chain setting from network ID

Returns the setting value of a specific blockchain network with Network Id as an identification value. Network Id is a unique value that can identify a blockchain network.

Response

NameTypeRequiredDescription
micro_chain_idNumberTrueA unique identifier of the blockchain environment managed in EQ Hub.
feeStringTrueFixed fee paid in coin. The value returned is in units of Wei (10^18).
gas_priceStringTrueFixed gas price used for calculating on blockchain environment.
inflation_rateStringTrueThe rate of coins to be paid as a reward to equalizers(nodes participating in the consensus).
dis_inflation_rateStringTrueThe reduction rate of ‘inflation rate’ on a yearly basis.
proposer_incentive_rateStringTruePercentage of reward incentives for block proposer. It's 5% fixed.
full_node_countNumberTrueNumber of full nodes that are running on current blockchain environment.
light_node_countNumberTrueNumber of nodes that do not participate in the consensus and receive requests from the server.
equalizer_countNumberTrueNumber of nodes participating in the consensus.
initial_supplyStringTrueThe number of coins issued initially as this blockchain network is deployed. The value returned is in units of Wei (10^18).
spec_type_idNumberTrueA unique identifier of the node spec type.
is_testnetNumberTrueTrue if the purpose of maintaining blockchain network is test.
is_contract_upload_availabilityNumberTrueA value indicating whether contract can be deployed on a blockchain network.
When creating a blockchain network, false when setting to 'private' and true when setting to 'public'.
is_node_participation_availabilityNumberTrueA value indicating whether a node created by another user in a blockchain network is participable.
When creating a blockchain network, false when setting to 'private' and true when setting to 'public'.
deleted_atStringTrueThe time when the network was deleted.
Language
Click Try It! to start a request and see the response here!