Get micro chain from micro chain ID

Returns detailed information of a specific blockchain environment with Micro Chain Id as an identification value. Micro Chain Id is a unique value that can identify the blockchain environment.

Response

NameTypeRequiredDescription
micro_chain_detailObjectTrueObject representing blockchain environment information.

micro_chain_detail object

NameTypeRequiredDescription
main_statusNumberTrueStatus of the blockchain environment.
0 : Rejected
1 : Created
2 : Submitted
3 : Confirmed
4 : Publishing
5 : Published (Running)
sub_statusNumberTrueSub-status of the blockchain environment.
created_atStringTrueThe time when the blockchain was created.
updated_atStringTrueThe time when the blockchain 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_idNumberTrueBlockchain 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.
source_code_versionObjectTrueBlockchain environment’s version.

micro_chain object

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain environment managed in EQ Hub.
external_micro_chain_idNumberTrueBlockchain 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.
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 enviroment’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.
Language
Click Try It! to start a request and see the response here!