47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"dry_run": false,
|
|
"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": [
|
|
"ETH/USDT"
|
|
],
|
|
"pair_blacklist": [
|
|
"OKB/USDT"
|
|
]
|
|
},
|
|
"pairlists": [
|
|
{
|
|
"method": "StaticPairList"
|
|
}
|
|
],
|
|
"fee": 0.0008,
|
|
"api_server": {
|
|
"enabled": true,
|
|
"listen_ip_address": "0.0.0.0",
|
|
"listen_port": 8080,
|
|
"verbosity": "error",
|
|
"enable_openapi": false,
|
|
"jwt_secret_key": "6a599ab046dbb419014807dffd7b8823bfa7e5df56b17d545485deb87331b4ca",
|
|
"ws_token": "6O5pBDiRigiZrmIsofaE2rkKMJtf9h8zVQ",
|
|
"CORS_origins": [],
|
|
"username": "freqAdmin",
|
|
"password": "admin"
|
|
}
|
|
}
|