chore: update schema.json

This commit is contained in:
Matthias
2025-05-20 06:48:34 +02:00
parent 92a1c304a8
commit 3a74fc85b4

View File

@@ -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"