Shows threshold list. `Command syntax:` ```actionscript ledger list threshold -net <net_name> [-hash <tx_threshold_hash>] ``` `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 -hash - hash of the transaction in the threshold (optional) ``` ### CLI Example `Command:` ``` cellframe-node-cli ledger list threshold -net foobar ``` `Response:` ``` 0 items in ledger tx threshold 0 items in ledger emission threshold ``` ### JSON-RPC Example ![[JSON-RPC Request - LEDGER LIST THRESHOLD]]