[Zipmex] watchTrades with multiple pairs is not sending others pairs data except the first one
See original GitHub issueOS: macOS Monterey 12.2.1 Programming Language version: JS, Node 17.7.1 CCXT version:1.77.18 & CCXT.Pro Which exchange it is: Zipmex
Which method you’re trying to call: watchTrades()
const symbols = ['USDT/THB', 'BTC/THB', 'ETH/THB',]
await Promise.all(symbols.map(symbol =>
(async () => {
while (true) {
try {
const trades = await exchange.watchTrades(symbol, 0, 10)
console.log(new Date(), symbol, trades);
} catch (e) {
console.log(symbol, e)
}
}
})())
I only received the first symbol data that connects to the watchTrades function. Could you please check my code. Is the anything wrong with my code?
*I did what your team suggest earlier in issue_id: 12621 but it did not work so I have to reopen this issue again.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
A Walkthrough Guide of Digital Assets Trading on Zipmex
The trading pairs section shows the available market pairs depending on the digital assets you plan to trade. As a digital assets trading ......
Read more >How to get ALL (or multiple) pair's historical klines from ...
I think the best option for you will be websocket connection. You cannot recieve kline data once per eg. 5 minutes, but you...
Read more >Zipmex - Twitter
Asia's leading digital asset exchange providing you high liquidity and insurance on your assets. Operating in Singapore, Australia, Indonesia and Thailand.
Read more >Southeast Asia crypto exchange Zipmex to resume withdrawals
Zipmex said it was in talks with Babel Finance, which suspended withdrawals in June, to resolve its $48 million exposure to the crypto...
Read more >Zipmex. Trade Volume, Trade Pairs and Info - BeInCrypto
Coin Pair Price Spread 24h Volume Volume %
Tether USDT/THB $ 35.72 0.78% $ 33 534.00 5.5718%
Bitcoin BTC/THB $ 587000 0.33% $ 28 139.00...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It works now. Thanks!
@prinprem pardon, this is not fixed yet, I will let you know when it’s done. Thx for your patience.