get https://ag.eqhub.eqbr.com/api/v2/networks
Returns a list of blockchain networks. You can use query parameters to return results with specific conditions.
Response
Name | Type | Required | Description |
---|---|---|---|
id | Number | True | A unique identifier of the blockchain network managed in EQ Hub. |
external_network_id | Number | True | Network identifier used outside EQ Hub. |
label | String | True | Name of blockchain network. |
creator_id | Number | True | Identifier of EQ Hub user who created the blockchain network. |
project_id | Number | True | Identifier of the project to which the created blockchain network belongs. |
is_private | Bool | True | The value is set to ‘TRUE’ if network is open to public. |
main_status | Number | True | Status of the blockchain network. 0 : Rejected 1 : Created 2 : Submitted 3 : Confirmed 4 : Publishing 5 : Published (Running) |
sub_status | Number | True | Sub-status of the blockchain network. |
created_at | String | True | The time when the network was created. |
updated_at | String | True | The time when the network was updated. |
version | String | True | Version of blockchain network. |
main_micro_chain_id | Number | True | An identifier of main blockchain environment. |
main_micro_chain_label | String | True | Name of main blockchain environment. |
main_micro_chain_fee | String | True | Fixed fee paid in coin. The value is returned in units of Wei (10^18). |
micro_chain_count | Number | True | Number of blockchain environments in blockchain network. |