get https://api.trinsic.id/wallet/v1/api//credentials
List all credentials in the specified wallet
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<CredentialContract> credentials = await _walletClient.ListCredentialsAsync(walletId);
let credentials = await walletClient.listCredentials(walletId);
credentials = wallet_client.list_credentials(wallet_id)
credentials = wallet_client.list_credentials(wallet_id)