File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11681168 "description" : " Name of the exchange." ,
11691169 "type" : " string"
11701170 },
1171- "enable_ws" : {
1172- "description" : " Enable WebSocket connections to the exchange." ,
1173- "type" : " boolean" ,
1174- "default" : true
1175- },
11761171 "key" : {
11771172 "description" : " API key for the exchange." ,
11781173 "type" : " string" ,
11921187 "description" : " User ID for the exchange, if required." ,
11931188 "type" : " string"
11941189 },
1190+ "account_id" : {
1191+ "description" : " Account ID for the exchange, if required." ,
1192+ "type" : " string"
1193+ },
1194+ "wallet_address" : {
1195+ "description" : " Wallet address for the exchange, if required. Usually used by DEX exchanges." ,
1196+ "type" : " string"
1197+ },
1198+ "private_key" : {
1199+ "description" : " Private key for the exchange, if required. Usually used by DEX exchanges." ,
1200+ "type" : " string"
1201+ },
11951202 "pair_whitelist" : {
11961203 "description" : " List of whitelisted trading pairs." ,
11971204 "type" : " array" ,
12131220 "type" : " boolean" ,
12141221 "default" : false
12151222 },
1223+ "enable_ws" : {
1224+ "description" : " Enable WebSocket connections to the exchange." ,
1225+ "type" : " boolean" ,
1226+ "default" : true
1227+ },
12161228 "unknown_fee_rate" : {
12171229 "description" : " Fee rate for unknown markets." ,
12181230 "type" : " number"
You can’t perform that action at this time.
0 commit comments