mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: update schema.json
This commit is contained in:
@@ -1168,11 +1168,6 @@
|
|||||||
"description": "Name of the exchange.",
|
"description": "Name of the exchange.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"enable_ws": {
|
|
||||||
"description": "Enable WebSocket connections to the exchange.",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"key": {
|
"key": {
|
||||||
"description": "API key for the exchange.",
|
"description": "API key for the exchange.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -1192,6 +1187,18 @@
|
|||||||
"description": "User ID for the exchange, if required.",
|
"description": "User ID for the exchange, if required.",
|
||||||
"type": "string"
|
"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": {
|
"pair_whitelist": {
|
||||||
"description": "List of whitelisted trading pairs.",
|
"description": "List of whitelisted trading pairs.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@@ -1213,6 +1220,11 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
|
"enable_ws": {
|
||||||
|
"description": "Enable WebSocket connections to the exchange.",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"unknown_fee_rate": {
|
"unknown_fee_rate": {
|
||||||
"description": "Fee rate for unknown markets.",
|
"description": "Fee rate for unknown markets.",
|
||||||
"type": "number"
|
"type": "number"
|
||||||
|
|||||||
Reference in New Issue
Block a user