HomeDocumentationAPI Reference
Log In
API Reference

Check Subaccount Drift

Method Name

public/check_subaccount_drift

Check the drift of a subaccount and return the drifted balances

Parameters

subaccount_idintegerrequired
Subaccount ID

Response

idstring or integerrequired
resultobjectrequired
result.drifted_balancesarray of stringsrequired
List of drifted balances

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}