Initialize Account Balance Task
API-v2task::account_balance::init
Use the task::account_balance::init
method to initialise an account balance request.
Parameter | Type | Required | Description |
---|---|---|---|
account_index | integer | ✓ | For GUIs, this will be zero. In CLI you can use other values if you know what you are doing |
coin | string | ✓ | Ticker of activated coin you want to see addresses and balance for |
Parameter | Type | Description |
---|---|---|
task_id | integer | An identifying number which is used to query task status. |
Initialize Account Balance Task
POST
task::account_balance::init{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "task::account_balance::init",
"params": {
"coin": "COIN_NAME",
"account_index": 0
}
}