cURL
curl --request GET \ --url https://api.portalhq.io/api/v3/clients/me/wallets/{walletId}/signing-share-pairs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "status": "<string>", "createdAt": "<string>" } ]
Retrieves the signing share pairs for a specific wallet.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
The unique identifier of the wallet.
Signing share pairs retrieved successfully
Signing share pair ID.
Current status.
Creation timestamp.
Was this page helpful?