zhangkun9038@dingtalk.com e7f7071200 fix issue
2025-12-16 21:03:09 +08:00

65 lines
1.2 KiB
JSON

{
"exchange": {
"name": "okx",
"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"
}
},
"ccxt_async_config": {
"enableRateLimit": true,
"rateLimit": 3000,
"timeout": 20000
},
"pair_whitelist": [
"WCT/USDT",
"TRUMP/USDT",
"SUI/USDT",
"PEPE/USDT",
"TRB/USDT",
"MASK/USDT",
"UNI/USDT",
"KAITO/USDT"
],
"pair_blacklist": [
"OKB/USDT"
]
},
"pairlists": [
{
"method": "StaticPairList"
}
],
"order_types": {
"entry": "market",
"exit": "market",
"stoploss": "limit",
"stoploss_on_exchange": false
},
"order_time_in_force": {
"entry": "gtc",
"exit": "gtc"
},
"entry_pricing": {
"price_side": "other",
"use_order_book": false,
"price_last_balance": 0
},
"exit_pricing": {
"price_side": "other",
"use_order_book": false
},
"fee": 0.0008,
"api_server": {
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8080
}
}