Transactions statistics.
Time format is `<Year>-<Month>-<Day>_<Hours>:<Minutes>:<seconds>` or just `<seconds>
`Command syntax:`
```actionscript
net stats tx
-net <chain_net_name>
[-from <from_time>] [-to <to_time>]
[-prev_sec <seconds]
```
`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
***
-from - from <Year>-<Month>-<Day>_<Hours>:<Minutes>:<seconds> time (optional)
-to - to <Year>-<Month>-<Day>_<Hours>:<Minutes>:<seconds> time (optional)
-prev_sec - shows tx statistics only for the specified previous seconds (optional)
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net stats tx
-net Backbone
-from 2023-01-01_00:00
-to 2024-01-01_00:00
```
`Response:`
```actionscript
transaction_statistics:
from: 2023-01-01_00:00
to: 2024-01-01_00:00
transaction_per_day: 69.214
total: 25263
```
### JSON-RPC Example
![[JSON-RPC Request - NET STATS TX]]