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.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
forget_if_finished | boolean | ✗ | true | If false , will return final response for completed tasks. |
task_id | integer | ✓ | - | The identifying number returned when initiating the task. |
Parameter | Type | Description |
---|---|---|
current_block | integer | Block height of the coin being activated |
ticker | string | Ticker of the coin being activated. |
wallet_balance | object | A 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
}
}