Lists actual token declarations in the network. `Command syntax:` ```actionscript token list -net <net_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 ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli token list -net foobar ``` `Response:` ```actionscript === Datum Token Declaration === hash: 0x837723C2934FCBD1772EFB81BA5B91443A18BF09571FB891F0901AA29AA9FE8C ticker: BUZ size: 3614 version: 2 type: DECL subtype: CF20 decimals: 18 auth signs (valid/total) 1/1 total_supply: 0 flags: NONE signatures: 1) 0x035637F72D616C39A5121995743D42878B335B73DEB8A539023B8E8059C1D1A1, sig_dil, 2096 bytes === Datum Token Declaration === hash: 0xA48AB4D486DF603CFD86E41B6B1A16003AEF2BB00E7CDD70FEEE748EA6F0454B ticker: mBUZ size: 3922 version: 2 type: DECL subtype: CF20 decimals: 18 auth signs (valid/total) 1/1 total_supply: 0 flags: NONE ticker_token_from: BUZ emission_rate: 0.001 signatures: 1) 0x035637F72D616C39A5121995743D42878B335B73DEB8A539023B8E8059C1D1A1, sig_dil, 2096 bytes --------------- tokens: 2 ``` ### JSON-RPC Example ![[JSON-RPC Request - TOKEN LIST]]