Skip to content

Commit

Permalink
Bitmex: Test config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Aug 13, 2024
1 parent b41fe27 commit 8fa478b
Showing 1 changed file with 9 additions and 31 deletions.
40 changes: 9 additions & 31 deletions testdata/configtest.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,26 +824,9 @@
"websocketOrderbookBufferLimit": 5,
"baseCurrencies": "USD",
"currencyPairs": {
"assetTypes": [
"perpetualcontract",
"futures",
"downsideprofitcontract",
"upsideprofitcontract"
],
"pairs": {
"downsideprofitcontract": {
"enabled": "XBT7D_D95",
"available": "XBT7D_D95",
"requestFormat": {
"uppercase": true,
"delimiter": "_"
},
"configFormat": {
"uppercase": true,
"delimiter": "_"
}
},
"futures": {
"assetEnabled": true,
"enabled": "BCHZ19",
"available": "XRPZ19,BCHZ19,ADAZ19,EOSZ19,TRXZ19,XBTZ19,ETHZ19,LTCZ19",
"requestFormat": {
Expand All @@ -854,6 +837,7 @@
}
},
"perpetualcontract": {
"assetEnabled": true,
"enabled": "ETHUSD",
"available": "XBTUSD,ETHUSD",
"requestFormat": {
Expand All @@ -862,18 +846,6 @@
"configFormat": {
"uppercase": true
}
},
"upsideprofitcontract": {
"enabled": "XBT7D_U105",
"available": "XBT7D_U105",
"requestFormat": {
"uppercase": true,
"delimiter": "_"
},
"configFormat": {
"uppercase": true,
"delimiter": "_"
}
}
}
},
Expand Down Expand Up @@ -923,7 +895,13 @@
"iban": "",
"supportedCurrencies": ""
}
]
],
"orderbook": {
"verificationBypass": false,
"websocketBufferLimit": 5,
"websocketBufferEnabled": false,
"publishPeriod": 10000000000
}
},
{
"name": "Bitstamp",
Expand Down

0 comments on commit 8fa478b

Please sign in to comment.