Get network from network ID

Returns the detailed information 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
network_detailObjectTrueObject representing blockchain network information.

network_detail object

NameTypeRequiredDescription
main_statusNumberTrueStatus of the blockchain network.
0 : Rejected
1 : Created
2 : Submitted
3 : Confirmed
4 : Publishing
5 : Published (Running)
sub_statusNumberTrueSub-status of the blockchain network.
created_atStringTrueThe time when the network was created.
updated_atStringTrueThe time when the network was updated.
networkObjectTrueObject representing blockchain network information.
micro_chainObjectTrueObject representing blockchain environment information.
micro_chain_settingObjectTrueObject representing blockchain environment setting information.

network object

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain network managed in EQ Hub.
external_network_idStringTrueBlockchain network identifier used outside EQ Hub.
labelStringTrueName of blockchain network.
project_idNumberTrueIdentifier of the project to which the created blockchain network belongs.
creator_idNumberTrueIdentifier of the EQ Hub user who created the blockchain network.
network_plan_idNumberTrueValue not in use.
source_code_versionObjectTrueBlockchain environment’s version.

micro_chain object

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain environment managed in EQ Hub.
external_micro_chain_idStringTrueBlockchain environment identifier used outside EQ Hub.
labelStringTrueName of blockchain environment.
project_idNumberTrueIdentifier of the project to which the created blockchain environment belongs.
creator_idNumberTrueIdentifier of the EQ Hub user who created the blockchain environment.
network_plan_idNumberTrueValue not in use.
is_mainBoolTrueTrue if the blockchain environment is mainnet.
Mainnet is a main blockchain network environment created when building a blockchain network.
There is only one mainnet per blockchain network, and the value of 'is_main' in other blockchain environments is 'false'.
source_code_versionObjectTrueBlockchain environment’s version.
load_balancerStringTrueValue not in use.
hostStringTrueValue not in use

source_code_version object

NameTypeRequiredDescription
idNumberTrueAn unique identifier for source code version.
versionStringTrueBlockchain enviroment's version.

micro_chain_setting object

NameTypeRequiredDescription
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.
equalizer_countNumberTrueNumber of nodes participating in the consensus.
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.
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.
Language
Click Try It! to start a request and see the response here!