From 9c55a2d271ab72b47d892d9b25ca1ffb46e17288 Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Sat, 4 Apr 2026 18:22:01 +0000 Subject: [PATCH] 20260404 --- data/apps/simulation/rt_simulator.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps/simulation/rt_simulator.cfg b/data/apps/simulation/rt_simulator.cfg index 8d9f22a..44acf08 100644 --- a/data/apps/simulation/rt_simulator.cfg +++ b/data/apps/simulation/rt_simulator.cfg @@ -31,7 +31,7 @@ "endpoints": { "new_order": ["POST", "/order"], "cancel_order": ["POST", "/cancel"], - "cancel_all": ["POST", "/cancel_all"], + "cancel_all": ["GET", "/cancel_all"], "open_orders": ["GET", "/open_orders"], "order_status": ["GET", "/order_status"] }