Update wallet status
Update the enabled/disabled status of a specific Non Custodial Wallet
PATCH
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
Wallet Id
Body
application/json
Whether the wallet should be enabled or disabled
Example:
true
Response
No Content - Wallet status updated successfully
TypeScript