From 803449269591d27d0051bc167d45a212b00e56f8 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 26 Nov 2025 23:22:10 +0800 Subject: [PATCH] config --- config_examples/staticgrid.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/config_examples/staticgrid.json b/config_examples/staticgrid.json index a0f2416..5003eb3 100644 --- a/config_examples/staticgrid.json +++ b/config_examples/staticgrid.json @@ -24,13 +24,20 @@ "use_order_book": true, "order_book_top": 1 }, - "exchange": { "name": "okx", - "pair_whitelist": ["ETH/USDT"], - "ccxt_config": {"enableRateLimit": true} + "key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c", + "secret": "CD3B7DB459CBBD540E0926E5C48150E1", + "password": "c^-d:g;P2S9?Q#^", + "enable_ws": false, + "ccxt_config": { + "enableRateLimit": true, + "rateLimit": 500, + "options": { + "defaultType": "spot" + } + } }, - "pairlists": [{"method": "StaticPairList"}], "bot_name": "ETH-1500to4500-Grid" } \ No newline at end of file