SubscribeToPartialOrderBookUpdates100MilisecondAsync incorrect base address
Closed this issue · 3 comments
shacaco commented
in the method SubscribeToPartialOrderBookUpdates100MilisecondAsync the base address used is baseAddressMbp-"wss://api.huobi.pro/feed", but should be BaseAddress-"wss://api.huobi.pro/ws"
Cheers
JKorf commented
Are you sure?
https://huobiapi.github.io/docs/spot/v1/en/#market-by-price-incremental-update
Market by price subscriptions are noted to be on wss://api.huobi.pro/feed
shacaco commented
Hi Jan
Thank you for the amazing work that you put into the crypto libraries, It
is greatly appreciated.
As for the IP, yes, I'm sure.
I've tested it and it works with the "wss://api.huobi.pro/ws/" endpoint
Also, the documents state that
*Websocket Market Feed (excluding MBP incremental channel & its REQ
channel)*
*wss://api.huobi.pro/ws <http://api.huobi.pro/ws>* or
*wss://api-aws.huobi.pro/ws
<http://api-aws.huobi.pro/ws>*
*MBP incremental channel & its REQ channel)*
*wss://api.huobi.pro/feed <http://api.huobi.pro/feed>* or
*wss://api-aws.huobi.pro/feed
<http://api-aws.huobi.pro/feed>*
I believe that the mbp refresh channel falls under the main rule and not t*he
exception.*
*Cheers,*
*Shahar.*
…On Wed, Nov 3, 2021 at 8:34 PM Jan Korf ***@***.***> wrote:
Are you sure?
https://huobiapi.github.io/docs/spot/v1/en/#market-by-price-incremental-update
Market by price subscriptions are noted to be on wss://api.huobi.pro/feed
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF4V66DQ5E7T7RPP73TKCDUKECLLANCNFSM5FX6AFVQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Kind Regards,
*Shahar Kahn* CEO, Y.G.M Investments LTD
Tel: (972) 3-7201876 | Mobile: (61) 4-17550155
***@***.***
JKorf commented
Its been a little while, but I've updated this