Lists all coins in the network.
`Command syntax:`
```actionscript
ledger list coins
-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 folder or received by the Cellframe-Node-Cli Net List command
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli ledger list coins
-net foobar
```
`Response:`
```
Found 2 tokens in foobar ledger
-->Token name 'BUZ', type CF20, flags: NO_FLAGS, description: 'The token description is not set'
Supply (current/total) 0/0
Decimals: 18
Auth signs (valid/total) 1/1
TSD and Signs:
signatures:
1) 0xE08FD473071933D50FEF761BB47C4F9C1FAE392BC5138E7BE991E53F03C9C0EF, sig_dil, 2096 bytes
Total emissions 1
___
-->Token name 'mBUZ', type CF20, flags: NO_FLAGS, description: 'The token description is not set'
Supply (current/total) 0/0
Decimals: 18
Auth signs (valid/total) 1/1
TSD and Signs:
ticker_token_from: BUZ
emission_rate: 0.001
signatures:
1) 0xE08FD473071933D50FEF761BB47C4F9C1FAE392BC5138E7BE991E53F03C9C0EF, sig_dil, 2096 bytes
Total emissions 0
___
```
### JSON-RPC Example
![[JSON-RPC Request - LEDGER LIST COINS]]