Get all networks

Returns a list of blockchain networks. You can use query parameters to return results with specific conditions.

Response

NameTypeRequiredDescription
idNumberTrueA unique identifier of the blockchain network managed in EQ Hub.
external_network_idNumberTrueNetwork identifier used outside EQ Hub.
labelStringTrueName of blockchain network.
creator_idNumberTrueIdentifier of EQ Hub user who created the blockchain network.
project_idNumberTrueIdentifier of the project to which the created blockchain network belongs.
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.
created_atStringTrueThe time when the network was created.
updated_atStringTrueThe time when the network was updated.
versionStringTrueVersion of blockchain network.
main_micro_chain_idNumberTrueAn identifier of main blockchain environment.
main_micro_chain_labelStringTrueName of main blockchain environment.
main_micro_chain_feeStringTrueFixed fee paid in coin. The value is returned in units of Wei (10^18).
micro_chain_countNumberTrueNumber of blockchain environments in blockchain network.
Language
Click Try It! to start a request and see the response here!