Announcement related API

Hi, I was using “https://www.binance.com/bapi/composite/v1/public/cms/article/catalog/list/query?catalogId=48&pageNo=1&pageSize=20” to get new listing announcements, but then since some day it responds with 403 error. While I was searching for reason why it does not work, I’ve also found out that bapi is not for public use. Is there any other way that I can get announcements? It does not have to be very quick. (very quick as in few seconds or so, I just need to get it within several minutes and that’s enough.)
Used curl: curl --compressed -sX GET ‘https://www.binance.com/bapi/composite/v1/public/cms/article/catalog/list/query?catalogId=48&pageNo=1&pageSize=20

Hi @Dongkyu_Jeong , have you tried with https://www.binance.com/bapi/composite/v1/public/cms/article/list/query?type=1&catalogId=48&pageNo=1&pageSize=20?

Also there is this endpoint for announcements as well, https://www.binance.com/bapi/composite/v1/public/market/notice/get?page=1&rows=20.

1 Like

Adding type=1 to the parameter just works as I want. Thanks for the help!

1 Like

I have a delay of about 10 seconds to 2 minutes between posting time and catching time. How did you solve this?

For my usage, I didn’t need that quick detection, so I did not think deeply about latency issue.

Hello, I also want to learn how to use this API recently, but I cannot get the response returned by this API normally. I would like to ask the correct call method of this API. Thank you

Hey,
The Bapi endpoints are not public endpoints. As a result, it is not recommended to use them on the client-side.

The solutions don’t seem to work now. Are there any other methods? Thanks.