-
Notifications
You must be signed in to change notification settings - Fork 186
Only Bitcoin works for trade websocket. Gateio alongside other exchanges do not #284
Comments
You create Gate.io and subs to binance? ) |
@MidoMiddle , could you please clarify your question please, I really wanna answer but i'm not clear what you're asking. btw, binance there is just a variable name, it doesn't affect the use of Gateio object |
If you want subs on binance you must use tickers from binance. If gate - gate tickers. Tickers are different. |
@MidoMiddle , thank you very much for your response. I really appreciate it. |
Hi, can anyone please provide some help to me regarding this issue. |
|
Hi, I'm daniel.
Wonderful project you've got here, its just perfect!
One little problem though, when i listen for Binance trades, i get them come in. But on switching that to Gateio or any other exchange for that matter, the trades don't come in.
Steps:
$ mkdir testproject $ cd testproject $ npm init --yes $ npm install ccxws $ mkdir src $ touch test.js
then I had the following code in test.js
then I ran
in running that, i get no console logging for new trades, i waited a long time but got nothing. It just ran and did nothing.
I'll really appreciate your help on resolving this issue.
Much love from my behind my box here
The text was updated successfully, but these errors were encountered: