24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"exchange": {
|
|
"name": "okx",
|
|
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
|
|
"secret": "CD3B7DB459CBBD540E0926E5C48150E1",
|
|
"password": "c^-d:g;P2S9?Q#^",
|
|
"enable_strategy_log": false,
|
|
"enable_ws": false,
|
|
"ccxt_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 500,
|
|
"options": {
|
|
"defaultType": "spot"
|
|
}
|
|
},
|
|
"ccxt_async_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 3000,
|
|
"timeout": 20000
|
|
}
|
|
}
|
|
}
|
|
|