This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Description
Hi,
I'm not familiar with websocket but to my understanding it's a real-time push notification of market data, right? So would you say it's a more efficient way to get notified when a new coin is listed (= a new market is created), compared to, say, calling the REST API after a fix interval? I've followed your tutorials and found the push information from subscribe_to_summary_deltas quite messy. Could you kindly advise whether it's practical or not please? Thanks.