diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 0aa2ea416..739d7bb56 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -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"