Skip to content

List


Get List of Available Networks

Returns a list of NetworkIdentifiers that the Rosetta server supports, namely testnet and mainnet.

Request:

{
  "metadata": {}
}

Response:

Sample

{
  "network_identifiers": [
    {
      "blockchain": "zilliqa",
      "network": "mainnet"
    },
    {
      "blockchain": "zilliqa",
      "network": "testnet"
    }
  ]
}