Get all micro chains

Returns a list of blockchain environments. You can use query parameters to retrieve results under specific conditions.

Response

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain environment managed in EQ Hub.
external_micro_chain_idNumberTrueBlockchain environment identifier used outside EQ Hub.
network_idNumberTrueA unique identifier of the blockchain network managed in 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'.
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.
deleted_atStringTrueThe time when the blockchain was deleted.
versionStringTrueVersion of blockchain environment.
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.
load_balancerStringTrueValue not in use.
hostStringTrueValue not in use.
networkObjectTrueObject representing blockchain network information.

network object

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain network managed in 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.
is_privateBoolTrueThe value is set to ‘TRUE’ if network is open to public.
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.
block_confirmation_countNumberTrueRecommended block confirmation count of current blockchain network.
block_confirmation_percentageNumberTrueKnown block confirmation percentage for each block.
is_block_confirmation_count_fixableBoolTrueValue not in use.
created_atStringTrueThe time when the network was created.
updated_atStringTrueThe time when the network was udpated.
deleted_atStringTrueThe time when the network was deleted.
Language
Click Try It! to start a request and see the response here!