fail to connect wss://dstream.binance.com/stream

when I try to conncet wss://dstream.binance.com/stream from certain ip(such as 18.176.38.20 or 52.68.98.23), it will faill

error:
{“event”: “pusher:error”, “date”: {“code”: 4005, “message”: “Path not found”}}

When using “/stream” you have to associate the “streams” after it, example:

websocat -v 'wss://dstream.binancefuture.com/stream?streams=btcusd@indexPrice'