On this page

Account Balance Task Status

API-v2task::account_balance::status

Use the task::account_balance::status method to view the status / response of an account balance request.

ParameterTypeRequiredDefaultDescription
forget_if_finishedbooleantrueIf false, will return final response for completed tasks.
task_idinteger-The identifying number returned when initiating the task.

ParameterTypeDescription
current_blockintegerBlock height of the coin being activated
tickerstringTicker of the coin being activated.
wallet_balanceobjectA standard WalletBalanceInfo object. Note: the structure may vary based on the get_balances parameter value in the activation request.

Account Balance Task Status

POST
task::account_balance::status
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "task::account_balance::status",
  "params": {
    "task_id": 3,
    "forget_if_finished": false
  }
}