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:
Gareth Kirwan
2025-01-10 03:38:56 +00:00
committed by GitHub
parent 1efd8e0db0
commit e4479557de
6 changed files with 184 additions and 116 deletions

View File

@@ -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