Accounts
Check whether the trading account password change wizard is enabled
Use this method to check whether the wizard for changing a trading account password is enabled. If the wizard is disabled, a trading account password cannot be changed through the wizard.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/my/accounts/password/wizard/status"{ "enabled": true}{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}