Enable or disable transactions to OTA
Enable or disable transactions to One Time Addresses (Non Whitelisted addresses). Learn more about One Time Addresses
PUT
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.
Body
application/json
Set true or false to enable or disable OTA transactions
Response
Successfully updated OTA status
Message indicating the result of the operation for example when no config change is needed
Example:
"No change needed. The current status is false"
Previous
Returns current workspace statusReturns current workspace status (Beta).
**Note**:
- This endpoint is now in Beta, disabled for general availability at this time.
- Please note that this endpoint is available only for API keys with Admin/Non Signing Admin permissions.
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript