Get a specific WAAS wallet by walletId
Returns a WaaS wallet by its wallet ID.
GET
Get a specific WAAS wallet by walletId
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
The ID of the WAAS wallet
Response
WAAS wallet fetched successfully
Previous
Create backup action for key shares using API token authenticationCreates backup locations for wallet key shares. Requires API token authentication. Validates that the user belongs to the environment and that no client key shares exist for the wallet. This endpoint is intended for server-side integrations that need to backup key shares on behalf of users.
Next
Get a specific WAAS wallet by walletId