-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscribe to XBT currency pairs are not supported #126
Comments
Hi, the library has been updated to Kraken websocket version 2.0. This version uses BTC instead of XBT for asset and symbol names, and removes additional chars for fiat assets. To programatically retrieve the new names you can use this call (note the |
Great, thanks. This makes all the difference, and finally the symbols match the other Kraken platforms. |
If I may ask a related question here. KrakentRestClient.SpotApi.Account.GetBalancesAsync() returns crypto symbols using the 'old' asset names. Example:
Is there a switch for this one too? |
The |
I've found another spot for you.
|
Describe the bug
After recent updates, it's no longer possible to subscribe to trade updates for any XBT currency pair, e.g., XBTUSDT, XBTUSDC, XXBTZEUR, etc.
To Reproduce
IKrakenSocketClientSpotApi SubscribeToTradeUpdatesAsync result.Error.Message is "Currency pair not supported XBT/USDC"
Expected behavior
Subscription success, like for any other currency pair in the Kraken Coin list.
The text was updated successfully, but these errors were encountered: