Lists all token pairs in the network.
`Command syntax:`
```
srv_xchange token_pair list all
-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 srv_xchange token_pair list all
-net KelVPN
```
`Response:`
```
Tokens count pair: 6
KEL:mKEL KEL:CELL KEL:mCELL mKEL:CELL mKEL:mCELL CELL:mCELL
```
### JSON-RPC Example
![[JSON-RPC Request - SRV_XCHANGE TOKEN_PAIR LIST]]