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

Name

Type

Required

Description

micro_chain_id

Number

True

A unique identifier of the blockchain environment managed in EQ Hub.

fee

String

True

Fixed fee paid in coin. The value returned is in units of Wei (10^18).

gas_price

String

True

Fixed gas price used for calculating on blockchain environment.

inflation_rate

String

True

The rate of coins to be paid as a reward to equalizers(nodes participating in the consensus).

dis_inflation_rate

String

True

The reduction rate of ‘inflation rate’ on a yearly basis.

proposer_incentive_rate

String

True

Percentage of reward incentives for block proposer. It's 5% fixed.

full_node_count

Number

True

Number of full nodes that are running on current blockchain environment.

light_node_count

Number

True

Number of nodes that do not participate in the consensus and receive requests from the server.

equalizer_count

Number

True

Number of nodes participating in the consensus.

initial_supply

String

True

The number of coins issued initially as this blockchain network is deployed. The value returned is in units of Wei (10^18).

spec_type_id

Number

True

A unique identifier of the node spec type.

is_testnet

Number

True

True if the purpose of maintaining blockchain network is test.

is_contract_upload_availability

Number

True

A 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_availability

Number

True

A 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_at

String

True

The time when the network was deleted.

Language
Click Try It! to start a request and see the response here!