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.",
"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"