Previous post https://qiita.com/kinkoman13/items/4eb738024e5e4860c731 Do the same with binance and see which exchange is active.
API This is the document https://binance-docs.github.io/apidocs/spot/en/
This is the endpoint https://api.binance.com/api/
You can check the communication below. https://api.binance.com/api/v3/ping
There is also a wrapper called python-binance. If you want to use it, please use it. https://python-binance-jp.readthedocs.io/ja/latest/
I can't find the API to get all BIDS and ASKS. Hold until found.