v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Config

Get Supported Networks

get supported blockchains and networks

get/v2/supported-networks

Response

Supported Networks

blockchainstring required

Example response

[
  {
    "blockchain": "polygon",
    "networks": [
      {
        "name": "amoy",
        "credentialStatus": [
          "Iden3commRevocationStatusV1.0"
        ]
      }
    ]
  }
]