mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-23 23:16:49 +00:00
Kucoin: Margin subscription fix and improvements (#1761)
As a GCT user with spot and margin assets enabled, but only margin asset enabled websocket subscriptions, I should still get subscriptions for all the pairs in margin which are also in spot Currently it only works when spot subscriptions are enabled. Otherwise the spot pairs are ignored. Fixes #1755
This commit is contained in:
@@ -23,6 +23,9 @@ Default Authenticated Subscriptions:
|
||||
|
||||
Subscriptions are subject to enabled assets and pairs.
|
||||
|
||||
Margin subscriptions for ticker, orderbook and All trades are merged into Spot subscriptions because duplicates are not allowed,
|
||||
unless Spot subscription does not exist, i.e. Spot asset not enabled, or subscription configured only for Margin
|
||||
|
||||
Limitations:
|
||||
- 100 symbols per subscription
|
||||
- 300 symbols per connection
|
||||
|
||||
Reference in New Issue
Block a user