mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore: update schema.json
This commit is contained in:
@@ -1168,11 +1168,6 @@
|
||||
"description": "Name of the exchange.",
|
||||
"type": "string"
|
||||
},
|
||||
"enable_ws": {
|
||||
"description": "Enable WebSocket connections to the exchange.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"key": {
|
||||
"description": "API key for the exchange.",
|
||||
"type": "string",
|
||||
@@ -1192,6 +1187,18 @@
|
||||
"description": "User ID for the exchange, if required.",
|
||||
"type": "string"
|
||||
},
|
||||
"account_id": {
|
||||
"description": "Account ID for the exchange, if required.",
|
||||
"type": "string"
|
||||
},
|
||||
"wallet_address": {
|
||||
"description": "Wallet address for the exchange, if required. Usually used by DEX exchanges.",
|
||||
"type": "string"
|
||||
},
|
||||
"private_key": {
|
||||
"description": "Private key for the exchange, if required. Usually used by DEX exchanges.",
|
||||
"type": "string"
|
||||
},
|
||||
"pair_whitelist": {
|
||||
"description": "List of whitelisted trading pairs.",
|
||||
"type": "array",
|
||||
@@ -1213,6 +1220,11 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enable_ws": {
|
||||
"description": "Enable WebSocket connections to the exchange.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"unknown_fee_rate": {
|
||||
"description": "Fee rate for unknown markets.",
|
||||
"type": "number"
|
||||
|
||||
Reference in New Issue
Block a user