From 7f32e6b4b16405657b0d3021e6a0eaf72bcb2924 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 22 Apr 2026 22:44:57 +0100 Subject: [PATCH] update binance spot_rest testnet url --- src/l3/open/crypto/cex/binance/endpoints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l3/open/crypto/cex/binance/endpoints.rs b/src/l3/open/crypto/cex/binance/endpoints.rs index ad978af..145c930 100644 --- a/src/l3/open/crypto/cex/binance/endpoints.rs +++ b/src/l3/open/crypto/cex/binance/endpoints.rs @@ -28,7 +28,7 @@ impl BinanceUrls { /// Testnet URLs pub const TESTNET: Self = Self { - spot_rest: "https://testapi.binance.vision", + spot_rest: "https://testnet.binance.vision", futures_rest: "https://testnet.binancefuture.com", spot_ws: "wss://testnet.binance.vision", futures_ws: "wss://stream.binancefuture.com",