Displays the current `status`, network `fee` or net `ID`.
`Command syntax:`
```actionscript
net get {status | fee | id}
-net <chain_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
{status | fee | id} - get status | get fee | get ID
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net get status
-net foobar
```
`Response:`
```actionscript
status:
net: foobar
current_addr: ABCD::0000::0000::0000
links:
active: 1
total: 1
sync_status:
sync_datums: 20
total_datums: 20
percent: 100.000
states:
current: NET_STATE_ONLINE
target: NET_STATE_ONLINE
```
### JSON-RPC Example
![[JSON-RPC Request - NET GET]]