get https://api.trinsic.id/provider/v1/networks
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> = await _providerClient.ListNetworksAsync();
let networks = await providerClient.listNetworks();
networks = provider_client.list_networks()
networks = provider_client.list_networks