HomeDocumentationAPI Reference
Log In
API Reference

Reset Mmp

Method Name

private/reset_mmp

Resets (unfreezes) the mmp state for a subaccount (optionally filtered by currency)
Required minimum session key permission level is account

Parameters

subaccount_idintegerrequired
Subaccount_id for which to reset the mmp state
currencystring
Currency to reset the mmp for. If not provided, resets all configs for the subaccount

Response

idstring or integerrequired
resultstringrequired
The result of this method call, ok if successful
enum ok

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}