Va_Ac
February 28, 2023, 6:29am
1
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
jonte
February 28, 2023, 11:43pm
2
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.
Va_Ac
March 1, 2023, 12:41am
3
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
albin
November 13, 2024, 1:22am
5
Hey,
Bapi endpoints are not public. It is not recommended to use them on the client-side.