get deprecatedhttps://api.trinsic.id/credentials/v1/common/networks
Please use the Provider API instead.
List all available ledger networks.
Some networks are not available based on your subscription.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<NetworkContract> networks = await _credentialsClient.ListNetworksAsync();
let networks = await credentialsClient.listNetworks();
networks = credentials_client.list_networks()
networks = credentials_client.list_networks