From 75849aa83b883eb84022919532ddb5f049b10258 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 14 Feb 2025 17:53:48 +0000 Subject: [PATCH] minimal-ss-binance-update-path --- minimal-examples/client/binance/example-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-examples/client/binance/example-policy.json b/minimal-examples/client/binance/example-policy.json index c07451b66..06beeddea 100644 --- a/minimal-examples/client/binance/example-policy.json +++ b/minimal-examples/client/binance/example-policy.json @@ -25,7 +25,7 @@ "endpoint": "fstream.binance.com", "port": 443, "protocol": "ws", - "http_url": "/stream?streams=btcusdt@depth@0ms/btcusdt@bookTicker/btcusdt@aggTrade", + "http_url": "stream?streams=btcusdt@depth@0ms/btcusdt@bookTicker/btcusdt@aggTrade", "nailed_up": true, "ws_prioritize_reads": true, "tls": true,