Reset Mmp

Method Name

private/reset_mmp

Resets (unfreezes) the mmp state for a subaccount (optionally filtered by currency)

Parameters

subaccount_id integer required
Subaccount_id for which to reset the mmp state
currency string
Currency to reset the mmp for. If not provided, resets all configs for the subaccount

Response

id string or integer required
result string required
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}