Lists balancer records.
`Command syntax:`
```actionscript
node balancer
-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 node balancer
-net raiden
```
`Response:`
```actionscript
Balancer link list:
Got 2 records
Address IPv4 downlinks
BBBB::0000::0000::0000 161.35.50.90 25
BBBB::1234::0000::0003 142.93.233.99 10
```
### JSON-RPC Example
![[JSON-RPC Request - NODE BALANCER]]