/network/list
POST https://rosetta.s0.b.hmny.io/network/list
Overview
This endpoint returns a list of NetworkIdentifiers that the Rosetta server supports.
Reference Rosetta Documentation
Harmony Specific Documentation
Network Identifier
The Harmony network identifier has the following values:
* blockchain - String: Always Harmony
* network - String: Either Testnet
or Mainnet
* sub_network_identifier - SubNetworkIdentifier:
* network - String: Either shard 0
or shard 1
or shard 2
or shard 3
depending on the shard
* metadata - Object:
* is_beacon - Bool: true for shard 0, false in all other cases
RESPONSES
status: OK
{"network_identifiers":[{"blockchain":"Harmony","network":"Testnet","sub_network_identifier":{"network":"shard 0","metadata":{"is_beacon":true}}}]}