Skip to main content
GET
/
clients
/
me
/
wallets
/
{walletId}
/
signing-share-pairs
Get signing share pairs
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>"
  }
]

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Path Parameters

walletId
string
required

The unique identifier of the wallet.

Response

Signing share pairs retrieved successfully

id
string

Signing share pair ID.

status
string

Current status.

createdAt
string

Creation timestamp.