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

Name

Type

Required

Description

main_status

Number

True

Status of the blockchain environment.
0 : Rejected
1 : Created
2 : Submitted
3 : Confirmed
4 : Publishing
5 : Published (Running)

sub_status

Number

True

Sub-status of the blockchain environment.

created_at

String

True

The time when the blockchain was created.

updated_at

String

True

The time when the blockchain was updated.

network

Object

True

Object representing blockchain network information.

micro_chain

Object

True

Object representing blockchain environment information.

micro_chain_setting

Object

True

Object 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

Name

Type

Required

Description

id

Number

True

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

external_micro_chain_id

Number

True

Blockchain environment identifier used outside EQ Hub.

label

String

True

Name of blockchain environment.

project_id

Number

True

Identifier of the project to which the created blockchain environment belongs.

creator_id

Number

True

Identifier of the EQ Hub user who created the blockchain environment.

is_main

Bool

True

True 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_version

Object

True

Blockchain enviroment’s version.

load_balancer

String

True

Value not in use.

host

String

True

Value 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!