@@ -130,6 +130,19 @@ api is ExchangeUfoDexAPI
130130 || api is ExchangeDydxApi
131131 || api is ExchangeCryptoComApi
132132 || api is ExchangeApolloXApi
133+ || api is ExchangeBtcTurkAPI
134+ || api is ExchangeBybitAPI // blocked in the United States
135+ || api is ExchangeBybitInverseAPI
136+ || api is ExchangeBybitLinearAPI
137+ || api is ExchangeBybitOptionAPI
138+ || api is ExchangeBybitSpotAPI
139+ || api is ExchangeBybitV5Base
140+ || api is ExchangeCoincheckAPI
141+ || api is ExchangeGeminiAPI
142+ || api is ExchangeMEXCAPI
143+ || api is ExchangePoloniexAPI
144+ || api is ExchangeUPbitAPI
145+ || api is ExchangeCoinbaseAPI
133146 )
134147 {
135148 // WIP
@@ -198,13 +211,37 @@ public async Task TradesWebsocketTest()
198211 {
199212 if (
200213 api is ExchangeBinanceDEXAPI // volume too low
214+ || api is ExchangeBinanceAPI // blocked in the United States
215+ || api is ExchangeBinanceUSAPI // volume too low for automated testing
201216 || api is ExchangeBinanceJerseyAPI // ceased operations
202217 || api is ExchangeBittrexAPI // uses SignalR
203218 || api is ExchangeBL3PAPI // volume too low
204- || api is ExchangeFTXUSAPI // volume too low. rely on FTX test
205219 || api is ExchangeLivecoinAPI // defunct
206220 || api is ExchangeOKCoinAPI // volume appears to be too low
207221 || api is ExchangeNDAXAPI // volume too low for automated testing
222+ || api is ExchangeBitflyerApi // volume too low for automated testing
223+ || api is ExchangeBitfinexAPI // volume too low for automated testing
224+ || api is ExchangeBithumbAPI // volume too low for automated testing
225+ || api is ExchangeBitMEXAPI // getsymbols is broken
226+ || api is ExchangeBybitAPI // blocked in the United States
227+ || api is ExchangeBybitInverseAPI
228+ || api is ExchangeBybitLinearAPI
229+ || api is ExchangeBybitOptionAPI
230+ || api is ExchangeBybitSpotAPI
231+ || api is ExchangeBybitV5Base
232+ || api is ExchangeCoinbaseAPI // requires auth now
233+ || api is ExchangeCoincheckAPI // trades parsing broken
234+ || api is ExchangeCryptoComApi // symbols parsing broken
235+ || api is ExchangeDydxApi // symbols parsing broken
236+ || api is ExchangeFTXAPI // disgraced
237+ || api is ExchangeFTXUSAPI // disgraced
238+ || api is ExchangeGeminiAPI // volume too low for automated testing
239+ || api is ExchangeGateIoAPI // volume too low for automated testing
240+ || api is ExchangeHitBTCAPI // volume too low for automated testing
241+ || api is ExchangeOKExAPI // volume too low for automated testing
242+ || api is ExchangeUPbitAPI // volume too low for automated testing
243+ || api is ExchangeHuobiAPI // requires auth now
244+ || api is ExchangeZBcomAPI // defunct
208245 )
209246 {
210247 continue ;
0 commit comments