Shows rewards and fees automatic collecting status in the specified network for your **master node**. `Command syntax:` ```actionscript block autocollect status -net <net_name> -chain <chain_name> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list -chain - the name of Chain. The list of chains can be found in the directory <Config_dir> \ etc \ network \ <network_name> or by the Cellframe-Node-CLI using command - net list chains ``` If you request command in the Cellframe network, use parameter `-chain main`. ### CLI Example `Command:` ```actionscript cellframe-node-cli block autocollect status -net KelVPN -chain main ``` `Response:` ``` Autocollect tables content for: === Fees === 0xEE776EA9B7E1781F99C30C8A6AAC1677B95DAA246A119E4861BC668E16DDCEBA      0.05 Total prepared value: 0.05 KEL === Rewards === 0x3BCD5539CDF3E3CEC5528C21A7BC7765B20BD853965400BF084BEC263C4437B3      45.584250342048243441 0xFF8DD1ADA646D6F174877EC879834B39BC27889CC40202BC1BB9FB3BA363F484      22.435626862822493122 Total prepared value: 68.019877204870736563 KEL ``` ### JSON-RPC Example ![[JSON-RPC Request - BLOCK AUTOCOLLECT]]