For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wallet

Register or find a Wallet

post

Register a new Wallet. When a Wallet exists with the given external_reference, the existing Wallet information is returned making the operation idempotent. If external_reference is not used a new Wallet is always created.

Based on the configuration of the component, a Wallet has a default key and DID assigned to it. This key and DID are used to register and authenticate the Wallet with the SVX API.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
external_referencestringOptionalExample: 9b4cf584-4f82-4836-9b17-66482cd2b171
Responses
200

Existing Wallet successfully loaded

application/json
post/wallets

Get Wallet by ID

get

Fetch Wallet information by ID.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
walletIdstringRequired
Responses
200

Wallet information successfully loaded

application/json
get/wallets/{walletId}

Delete Wallet by ID

delete

Deleted Wallet by ID. All information stored inside the Wallet will be deleted as well.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
walletIdstringRequired
Responses
204

Wallet successfuly removed

No content

delete/wallets/{walletId}

No content

Last updated