Coin listing announcement information

Hi,

What is the best way to know as soon as a new coin has been “announced” for listing by Binance?

I can monitor the new coin listing page (New Cryptocurrency Listing | Binance Support) but that appears to be cached by CloudFront for 30 seconds or so.

Is there an API end point/WebSocket stream that provides this information?

Thanks,
V

Hi,

One way you can achieve this is by monitoring the Exchange Information endpoint by storing all current symbols and triggering your logic whenever a new, previously unseen, symbol appears in the response.

Hi jonte,

Thanks for your reply. I did have a look at that. I tried both the below:

https://binance-docs.github.io/apidocs/spot/en/#exchange-information
https://binance-docs.github.io/apidocs/websocket_api/en/#exchange-information

They have info about the new listing only after the actual listing and not during announcement.

Regards,
V