lontivero on Nostr: There are currently **five** Wasabi coordinators: ```bash echo '["REQ", ...
There are currently **five** Wasabi coordinators:
```bash
echo '["REQ", "coordinators", {"kinds":[15750]} ]' \
| websocat -n wss://relay.primal.net \
| jq 'select(.[2].tags[] | .[0] == "network" and .[1] == "mainnet") | {content: .[2].content, endpoint: (.[2].tags[] | select(.[0] == "endpoint") | .[1])}'
```
```bash
echo '["REQ", "coordinators", {"kinds":[15750]} ]' \
| websocat -n wss://relay.primal.net \
| jq 'select(.[2].tags[] | .[0] == "network" and .[1] == "mainnet") | {content: .[2].content, endpoint: (.[2].tags[] | select(.[0] == "endpoint") | .[1])}'
```