get https://api.trinsic.id/wallet/v1/api//connections
List all connections in the specified wallet in the "Connected" state.
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<ConnectionContract> connections = await _walletClient.ListConnectionsAsync(walletId);
let connections = await walletClient.listConnections(walletId);
connections = wallet_client.list_connections(wallet_id)
connections = wallet_client.list_connections(wallet_id)