Gets a list of blocks in the specified network. `Command syntax:` ```actionscript block new_datum_list -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 folder or received by the Cellframe-Node-Cli Net List command -chain - the name of Chain. The list of chain can be found in the directory <Config_dir> \ etc \ network \ <network_name> or get the Cellframe-Node-App Net List Chains command ``` If you request command in the Cellframe network, use parameter `-chain main`. ### CLI Example `Command:` ```actionscript cellframe-node-cli block List -net Backbone -chain Main ``` `Response:` ``` Backbone.main: have 3 blocks: 0xD3E07282FC1C4FC7333AEE789898BA17DF7659CA7B64047886FA12EDD82759C23:ts_create = Thu Apr 07 21:40:42 2022 0x12C505ECDC83320B59EA1A32DB01BF7FCF8A465AE6C203759DD82FD8728: TS_create = Mon APR 18 22:30:22 2022 0xCF7D793D4FC9DC0C34F000DFE07C5CF72C9884ED20FAA58FA417F5C46CCC6107: TS_create = TUE APR 19 09:47:24 2022 ``` ### JSON-RPC Example ![[JSON-RPC Request - BLOCK LIST]]